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=16829>. 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=16829 The convertNull param==true for ActionServlet does not default java.math.BigDecimal/BigInteger Summary: The convertNull param==true for ActionServlet does not default java.math.BigDecimal/BigInteger Product: Struts Version: Nightly Build Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Controller AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] The initOther method does not set default Converters for BigDecimal and BigInteger even if the convertNull param is set to true. This of course leads to all sorts of exceptions when a null or blank request parameter is mapped to a BigDecimal / BigInteger property on an ActionForm. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]