Is it OK to use bean:message to look up a message inside a tiles:put tag? For example:
<tiles:put name="title"> <bean:message key="commissions.signingBonus.title"/> </tiles:put> The instantiating page might get the title like this: <title><tiles:getAsString name="title"/></title> Is anyone else doing this? Usually this works for me, but sometimes the servlet container (WebLogic SP8) blows up on the getAsString. Thanks! Steve Molitor [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>