Not sure at 100%, but should be a problem of encoding. What's the encoding of your page ?
Cimballi On Tue, Feb 23, 2010 at 12:44 PM, CRANFORD, CHRIS <chris.cranf...@setech.com> wrote: > 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 > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org