Hello all,

I'm using <s:submit key="myproperties.caption.buttoncaption"/> and my properties file looks like this:

myproperties.caption.buttoncaption=&nbsp;&nbsp;OK&nbsp;&nbsp;

This yields a button with the label "&nbsp;&nbsp;OK&nbsp;&nbsp;", i.e. the button text has been HTML-encoded before it was sent to the browser.

I would like to avoid the HTML encoding, so that the button caption is instead " OK " (i.e. with spaces to the left and the right next to "OK").

FWIW, the submit tag above is nested in a <s:form> tab with the "simple" theme.

Any ideas?

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to