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]

