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


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX




------- Additional Comments From [EMAIL PROTECTED]  2006-05-05 00:52 -------
This question has been raised before. This is not really a bug, but a documented
feature of JXPath. See
http://jakarta.apache.org/commons/jxpath/users-guide.html#Map%20Element%20Access

The specific paragraph discussing the issue: 'The attribute "name" can be used
not only with Maps, but with JavaBeans as well. The value of this attribute
represents the name of a property.'

Thus, it is a good idea to treat bean properties as entities rather than
attributes:  "foo/@name" will not work as expected, but "foo/name" will.

This feature has been out there for years, and I would be hesitant to change its
behavior.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to