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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]