You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by John <jo...@quivinco.com> on 2012/11/24 14:11:27 UTC

obtaining locale in page classes

I want to format some numbers that are returned as String type properties on a page.

In the page class how do I detect the locale so that I can create the right formatter?

If I use a Grid and just returned the numbers as objects (Long or Integer) is there an easy way to get the Grid to format the numbers for me?