I have added a format to my messages resource bundle as follows:

format.currency={0,number,currency}

Then I use this in my JSP

<s:text name='format.currency"><s:param name="value"
value="%{bean.unitCost}"/></s:text>

When Locale = en_US, I get 125.34 shown however when my Locale is de_DE
I get 125.34 ?.  Why does it show the "?" and how do I adjust this to
show the Euro symbol or the US Dollar symbol when under en_US ?



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

Reply via email to