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
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
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
3 matches
Mail list logo