DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23417>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23417

Would like to add min value and max value to the validator framework





------- Additional Comments From [EMAIL PROTECTED]  2003-09-25 18:19 -------
Ok, that wasn't clear.  It seems rather easy to define constants with the min 
and max numbers and use those in the rule.

<constant>
<constant-name>MAX_INT</constant-name>
<constant-value>2147483647</constant-value>
</constant>
...

<var>
<var-name>max</var-name>
<var-value>${MAX_INT}</var-value>
</var>

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

Reply via email to