Re: struts validation framework

2005-07-15 Thread Sivakumar Santharam
Joe Germuska Germuska.com> writes: > > At 12:14 PM -0700 7/14/05, Jay Burgess wrote: > >Yes. It's because the leading zero is saying the numbers are > >"octal", so 01-07 > >are valid octals, 08-09 are invalid octals, and 10-12 are valid octals. > > Jay's exactly right here. Your options: >

RE: struts validation framework

2005-07-14 Thread Joe Germuska
At 12:14 PM -0700 7/14/05, Jay Burgess wrote: Yes. It's because the leading zero is saying the numbers are "octal", so 01-07 are valid octals, 08-09 are invalid octals, and 10-12 are valid octals. Jay's exactly right here. Your options: (1) hack the Javascript validation; commons-validator

RE: struts validation framework

2005-07-14 Thread Jay Burgess
Yes. It's because the leading zero is saying the numbers are "octal", so 01-07 are valid octals, 08-09 are invalid octals, and 10-12 are valid octals. Jat | Jay Burgess [Vertical Technology Group] | "Essential Technology Links via RSS" | http://www.vtgroup.com/ -Original Message- F