Validation error , javascript error with number big
---------------------------------------------------
Key: WW-2405
URL: https://issues.apache.org/struts/browse/WW-2405
Project: Struts 2
Issue Type: Bug
Environment: Struts2, Jboss 4,05, WIndows, Java 5
Reporter: RAUL
<field name="nroExample">
<field-validator type="required">
<message key="example.required"></message>
</field-validator>
<field-validator type="int">
<param name="min">0</param>
<param name="max">2147483647</param>
<message key="common.error.field.value"></message>
</field-validator>
</field>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.