I saw your reply as follows:
 
<title><tiles:getAsString name="title"/></title>

<tiles:insert blah>
        <tiles:put name="title" value="Duh Title O' Dis Page Here"/>
</tiles:insert>
 
But what do you put in the xml definition file? The problem is that you can not 
use <tiles:getString...> in the JSP page and put <bean:message ... > in the xml 
file for the value of that title string. It won't work. 

                
---------------------------------
Do you Yahoo!?
 All your favorites on one personal page – Try My Yahoo!

Reply via email to