Since the purpose of the <s:text> tag is to allow things like: error.message=User {0} has not been granted permission to view that page
<s:text name="error.message"><s:param value="%{user.id}"/></s:text> I don't see how having USD outside of the curly braces would be a problem, but just in case it is, you might try: format.money={0,number,'USD'###,##0.00} Also try something like: format.money=This is rediculous to make sure it's picking up the properties file you think it is. (*Chris*) On Fri, May 1, 2009 at 11:52 AM, Dave Newton <newton.d...@yahoo.com> wrote: > akoo wrote: > >> format.number = USD{0,number,##0.00} >> > > Is it possible to specify characters outside of the format string like > that? It's not how you've formatted the money type: > > format.money = {0,number,\u00A4##0.00} >> > > Dave > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > >