Because Internatilization is a big concern, I am using the struts localization 
technique to resolve labels, texts etc.
But now, I am using the tiles-defs.xml to display the pages.
one problem is to replace the title property, I know if I am using a regular jsp I can 
use the 
<title><tiles:getAsString name='title'/><title> and then use
<tiles:put name="title" type="string">
   <bean:message id="title.label"/>
</tiles:put>

The question is, if I am using definition xml, what would be the equivalent? 

Reply via email to