I´m using opencms 8.5.4. I have a opencms formatter (a jsp file) where I calculate some variables there that I want to use to modify the meta tags description and the title. What´s the best way to do this?
Edit: Just for the record, I didn´t found a way to do this from the formatter. I moved the logic to the template on the moment of the head drawing instead of doing it inside the formatter. Later I used request.setAttribute to store variables if they were reused inside the formatter.