You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2004/06/19 00:17:17 UTC

DO NOT REPLY [Bug 29684] New: - BeanUtils copyProperties does not copy if theres a digit in property name

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29684>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29684

BeanUtils copyProperties does not copy if theres a digit in property name

           Summary: BeanUtils copyProperties does not copy if theres a digit
                    in property name
           Product: Commons
           Version: 1.6 Final
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Bean Utilities
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: live216@yahoo.com


If dest has two properties, say P1NAME and P2NAME, with setter methods
setP1NAME(String ... and setP2NAME(String ... then the properties from orig will
not be copied from orig to dest.

In my particular case orig is a DynaActionBean and dest is a custom bean. If
P1NAME is changed to PNAME, then the copy properties works.

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