You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Andrew Stepanenko <an...@ceis.tane.edu.ua> on 2005/02/11 14:53:13 UTC

Re: [SOLVED] ???

Thank you, Laurent! It works now!

I had this idea previously but again it didn't work because I put a 
message string into the value atrribute of <c:set ... />.

And if to use this closing tag too everything is fine.

Thanks!

Andrew.


Laurent wrote:

>>> Andrew
>>> Try something like...
>>> <html:text property="rcpt"> <bean:message key='admin.msg.rcpt'/>" 
>>> </html:text>
>>
>
> If that doesn't work try this:
>
> <c:set var="rcpt"><bean:message key='admin.msg.rcpt'/></c:set>
> <html:text property="rcpt" value="${rcpt}"/>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>


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