If I use DoubleRange:

<var>
        <var-name>min</var-name>
        <var-value>0</var-value>
</var>

<var>
        <var-name>max</var-name>
      <var-value>10000000</var-value>
</var>

And the number I'm validating is NaN, the number passes validation.  

I realize NaN is a valid double and thus I would expect it to pass "required" 
and even "double" tests, but fail the range above.

How can I test for NaN in my validations?

TIA.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to