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=20736>. 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=20736 JXForms validator rejects null value for numeric field Summary: JXForms validator rejects null value for numeric field Product: Cocoon 2 Version: Current CVS 2.1 Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: Other Component: general components AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Using JXForms, if your model has an attribute of a numeric type, like java.lang.Double for instance, you cannot leave the corresponding form field empty. Doing so generates a validations error of this type: Cannot convert value of class java.lang.String to type class java.lang.Double; empty String