Folks...

I've set up some tiles code that allows me to utilize a common look and feel to 
a table. The tiles code needs two pieces of data to build the table. Here is an 
example:

<tiles:insert definition="small.green.box.layout" flush="true">
     <tiles:put name="title" value="/home/rasLinksHeader.jsp" />
     <tiles:put name="body" value="/home/rasLinks.jsp" />
</tiles:insert>

It is required that the "title" value be extracted form the messages resource 
bundle with  the <bean:message key="xxx"/> tag. My challenge is the only way I 
can get it to work is if the "title" value points to a jsp who's only action is 
to execute the <bean:message .../> tag. How do I utilize the <bean:message> tag 
inside the <tiles:insert> block?

I can handle the flames if this is obvious and I just can't see it....

Thanks, ajTreece



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

Reply via email to