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 2002/07/04 13:44:39 UTC

DO NOT REPLY [Bug 10478] New: - Can't use . (dot) in mapped properties

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

Can't use . (dot) in mapped properties

           Summary: Can't use . (dot) in mapped properties
           Product: Commons
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Bean Utilities
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: vnesek@yahoo.com


Following property access doesn't work:

BeanUtils.getProperty("mapped_property(key.with.a.dot).blah");

while this works:
BeanUtils.getProperty("mapped_property(key/with/a/slash).blah");

So it should be documented that keys for mapped property should not
use a dot or change a parser to handle that case correctly.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>