MAIL PROTECTED]
> Sent: Tuesday, May 04, 2004 3:34 PM
> To: Struts Users Mailing List
> Subject: Re: Moving from bean:write to fmt:formatNumber
>
> There are (at least) a couple options. One would be to create a property
> like:
>
> numberFormat={0,number,#.##}
>
>
Schneider [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 04, 2004 3:34 PM
To: Struts Users Mailing List
Subject: Re: Moving from bean:write to fmt:formatNumber
There are (at least) a couple options. One would be to create a property
like:
numberFormat={0,number,#.##}
And then use :
Another would
There are (at least) a couple options. One would be to create a property like:
numberFormat={0,number,#.##}
And then use :
Another would be to leverage the fact that the pattern attribute of
accepts an EL expression. So, you'd load the pattern and
then do:
There are all kinds of ways y
3 matches
Mail list logo