I'm building a webapp using Java and Spring. I use the Tiles framework to give all my pages the same header and footer. I also use Spring's message tag to give i18n to my website.
I have a problem with the HTML <title>
tag. What I would like to do is:
Any suggestions?
I found a solution here. The point is to use a property key inside tiles, and then insert that key in your .jsp to fetch a i18n property rather than inserting the message itself.