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/12/04 10:25:29 UTC

DO NOT REPLY [Bug 25192] New: - The package name of BigDecimal and BigInteger is mistaken.

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=25192>.
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=25192

The package name of BigDecimal and BigInteger is mistaken. 

           Summary: The package name of BigDecimal and BigInteger is
                    mistaken.
           Product: Struts
           Version: 1.1 Final
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Web Site
        AssignedTo: struts-dev@jakarta.apache.org
        ReportedBy: onorat@javapro.jp


http://jakarta.apache.org/struts/userGuide/building_controller.html#dyna_action_
form_classes
4.3.1 DynaActionForm Classes
    ...
    java.lang.BigDecimal 
    java.lang.BigInteger 
    ...

The package name which has these classes is not "java.lang" but "java.math".

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org