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=9381>. 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=9381 Parent axis of dynamic property beans Summary: Parent axis of dynamic property beans Product: Commons Version: 1.0 Final Platform: Other OS/Version: Windows XP Status: NEW Severity: Blocker Priority: Other Component: JXPath AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Dear Dmitri, I think, that I face another problem concerning dynamic property beans. Consider an object graph of dynamic property beans where the attribute of some bean is a Collection of other dynamic property beans. Works: /propertybean1[1]/propertybean2 /propertybean1[2]/propertybean2 /propertybean1[1]/propertybean2/../propertybean2 Leads to an error (no value for xpath): /propertybean1[2]/propertybean2/../propertybean2 You can reproduce it, when you use a Map for the attributes. I'll try to add a example as source code. Thanx, Markus -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
