-none- 2007-09-04 - By Marcos Mendon?a
Back I tried that but all I get is a {0} where a formatted value should appear.
Here's my jsp code: <s:text name="format.baseValue"> <param name="value" value="baseValue"/> </s:text> <s:property value="baseValue"/>
My ApplicationResources.properties file: format.baseValue = {0,number,R$##0.00}
baseValue is of type BigDecimal. Is there anything wrong?
Thanks in advance.
On 9/4/07, Nuwan Chandrasoma <mymailnot@(protected)> wrote: > http://www.roseindia.net/struts/struts2/struts-2 (See http://uts-2.ora-code.com)-format.shtml > > Marcos Mendon?a wrote: > > Hello > > > > How do I format dates and numbers with Struts2? > > > > I tried following this tutorial found on documentation but it didn't > > work. Could anyone point me to a working example or tell me how to do > > it. I did not want to have to create methods to format dates and > > numbers in my action. > > > > http://struts.apache.org/2.x/docs/how-to-format-dates-and-numbers.html > > > > Thanks... > > > > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ > > To unsubscribe, e-mail: user-unsubscribe@(protected) > > For additional commands, e-mail: user-help@(protected) > > > > > > > > > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ > To unsubscribe, e-mail: user-unsubscribe@(protected) > For additional commands, e-mail: user-help@(protected) > >
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
|
|