Hello,

please, how to insert localized string XXX as attribute in tiles definition?

<tiles:insertDefinition name="layout-main">
    <tiles:putAttribute name="document-title" value="XXX" />
</tiles:insertDefinition>

You can't use <s:text /> because it's nested in tiles tag. You can't use 
getText(), I think because it's not struts tag. So, how read localized text and 
insert it to tiles attribute value?
Please, provide the example, I think it should be simple, but I didn't find any 
solution...

Thanks.
Tom

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to