RE: Harsh: Issue with float validation instruts validator

2006-05-24 Thread Chaudhary, Harsh
Subject: Re: Harsh: Issue with float validation instruts validator Near as I can tell a float s evaluated as Float(value). So, looking in the java specs we see that a float needs a 'decimal point, an exponent, or a float type suffix '. see http://java.sun.com/docs/books/jls/second_ed

Re: Harsh: Issue with float validation instruts validator

2006-05-24 Thread The Jasper
Near as I can tell a float s evaluated as Float(value). So, looking in the java specs we see that a float needs a 'decimal point, an exponent, or a float type suffix '. see http://java.sun.com/docs/books/jls/second_edition/html/lexical.doc.html#230798 for more information. As for the validwhen, th

Harsh: Issue with float validation instruts validator

2006-05-23 Thread Chaudhary, Harsh
I have a field which is being validated as: test ( *this* > 0 ) Well the validwhen has a bunch of other conditions. I just left them out for clarity. Anyways, this fie