Hi,
we have implemented a range validation like this:
<fd:datatype base="integer"/>
<fd:label>
</fd:label>
<fd:validation>
<fd:range min="0" max="50000">
<fd:failmessage>Valid range is
between 0 and 50000.</fd:failmessage>
</fd:range>
</fd:validation>
We get the error message when a number is entered that
is outside the given range and when a string like
"abc" is entered.
Problem: when we enter something like "3abc" this is
treated like a correct entry. All characters after the
first that is no number are cut off and only the first
numbers are evaluated.
This might be wanted behaviour, but not according to
our spec.
Any suggestions how we can change this???
Thanks to all and best regards
Cassie
__________________________________
Do you Yahoo!?
Yahoo! Mail - Easier than ever with enhanced search. Learn more.
http://info.mail.yahoo.com/mail_250
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]