Have you tried:

<html:submit property="xmit" styleClass="formField">
    <bean:message key="button.save"/>
</html:submit>

Where the key is defined in your ApplicationRessources.

I guess that should do it ...

Wolfgang



Mark Gordon wrote:

> Has anyone come up with a cool way to internationalize a submit button
> using the <html:submit> tag?
>
> <html:submit property="xmit"
> value="<%=org.apache.struts.util.RequestUtils.message(pageContext,
> org.apache.struts.action.Action.MESSAGES_KEY,
> org.apache.struts.action.Action.LOCALE_KEY,"button.save")%>"
> styleClass="formField"/>
>
> I was thinking about extending the html:submit tag to include an
> attribute   valueKey  and have that  set the value.
>
> -Mark

Reply via email to