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