Re: Struts 2 type conversion and numbers

2007-07-30 Thread Art Krahenbuhl
Dale, Thanks for your fast reply. You pointed me in the right direction and I found a fix afterall! The issue is described here: http://jira.opensymphony.com/browse/XW-512 Upgrading XWork to 2.0.3+ fixes the problem. --Art DNewfield wrote: > > Art Krahenbuhl wrote: >> How ca

Struts 2 type conversion and numbers

2007-07-30 Thread Art Krahenbuhl
When displaying any number (int, double, long) greater than 1,000, the comma is shown as the grouping character. This is happening with a struts select drop down for a year (ie: 2,007 2,008 2,009 etc). When posted, the numbers are parsed correctly, however, the fact that they are displaying

Struts 2 + Xwork validation problems

2007-07-18 Thread Art Krahenbuhl
We recently migrated our project over from WebWork to Struts 2. The move was fairly painless, however, there is one issue that is plaguing us. Whenever it seems that we use a *-validation.xml file to do our validation, it doesn't complete and throws a large stack trace. I'll attach a snippet of