> Not sure of 'best' way to this but I think this may work:
> 
> <tiles:useAttribute name="booboo" classname="java.lang.String" />
> 
> ...
> 
> <bean:message key="<%=booboo%>" />

...or with bean-el you can do

<bean:message key="${booboo}"/>

I do this as well as tiles does not support localization just yet.
However, it looks like it will be implemented in the future as there
are several bugzilla reports on it.  Conception would of course be
to set "key" attribute in tiles.

Dan

-- 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
Daniel Allen, <[EMAIL PROTECTED]>
http://www.mojavelinux.com/
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
[Frodo]: "I wish it need not have happened in my time." 
[Gandalf]: "So do I, and so do all who live to see such times. 
But that is not for them to decide. All we have to decide is 
what we do with the time that is given to us.'
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to