I have the following:
<title><bean:message key='main.title'/></title>.  I need to make the
title message a tile because several pages differ in the title. I can do
it by creating a JSP file that contains only one line <bean:message
key='main.title'/>. Is there any simpler way so that no additional JSP
is needed?
 
 

Reply via email to