Use
<html:submit property="myButton" ><bean:message
key="buttons.english.push"/></html:submit>

You can't use a tag as an attribute's value.

HTH
Affan


> I want to use a value in my ApplicationResources.properties as a label on
a button in my jsp, so that I can switch the text on the button, depending
on the Locale used.  I used the following code :
> <html:submit property="myButton" value='<bean:message
key="buttons.english.push"/>' />
>
> This gives the text: bean:message key on my button, and not the wanted
text in my .properties file. Can anyone help me ?
>
> Thanks
>
> Koen Boutsen
>


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

Reply via email to