You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2003/02/06 06:12:57 UTC

DO NOT REPLY [Bug 16829] New: - The convertNull param==true for ActionServlet does not default java.math.BigDecimal/BigInteger

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: struts-dev@jakarta.apache.org
        ReportedBy: brian_a_lee@hotmail.com
                CC: brian_a_lee@hotmail.com


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: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org