Hi all, I want to format currency in my application.
So I've tried this : <s:text name="format.money"><s:param name="value" value="myMoneyValue"/></s:text> format.money={0,number,currency} And it works fine. But I want to keep the same currency symbol in all locales. In fact, I want an equivalence for this : <fmt:formatNumber value="${price}" type="currency" currencySymbol="€" /> Can someone help me? Julien --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]