Hi Mark, have you tried this?

        <html:submit>
          <bean:message key="button.save"/>
        </html:submit>



-----Mensagem original-----
De: Mark Gordon [mailto:[EMAIL PROTECTED]]
Enviada em: quarta-feira, 24 de outubro de 2001 22:00
Para: [EMAIL PROTECTED]
Assunto: submit button internationalization.



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