Hi all,

How do I change the settings of "decimalFormatSymbols" programmatically?

I am getting the JSONObject as

Tapestry.decimalFormatSymbols = { 
        "minusSign" : "-", 
        "groupingSeparator" : ".", 
        "decimalSeparator" : "," 
}; 

But my regional settings are

        groupingSeparator : ","
        decimalSeparator : "." 

So tapestry is not getting my regional setting as expected, any suggestions.

Thanks in advance!




--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/decimalFormatSymbols-tp5715247.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to