Well I *think* it uses the default format for the effective locale.

On Fri, Mar 15, 2013 at 2:37 PM, Chris Cheshire <cheshira...@gmail.com> wrote:
> Ahh that works, thanks :)
>
> So as an aside, is the number converter defaulting to an int/long
> representation causing the display of 0?
>
> On Fri, Mar 15, 2013 at 3:15 PM, Mike McNally <emmecin...@gmail.com> wrote:
>> You can tell Stripes how to format the field value via the
>> "formatType" and "formatPattern" attributes of <s:text>.  The type in
>> your case would probably be "number", and the pattern would be either
>> a resource key for a pattern stored as a Stripes property, or else a
>> raw java.text.MessageFormat pattern.
>>
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_mar
> _______________________________________________
> Stripes-users mailing list
> Stripes-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/stripes-users



-- 
Turtle, turtle, on the ground,
Pink and shiny, turn around.

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to