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=33001>. 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=33001 ------- Additional Comments From [EMAIL PROTECTED] 2005-01-09 06:57 ------- I'm attaching what I've got so far (a patch to DigesterRulesParser.java). It works fine as long as you have matching properties for all your nested tags, but that won't always be the case-- the addressbook example.xml has a nested <email> tag that should be ignored by <set-nested-properties-rule/> since it gets handled by a <call-method-rule>. SetNestedPropertiesRule has an option to 'allowUnknownChildElements' and I don't know how to make that work from rules.xml, such as: <set-nested-properties-rule allowUnknownChildElements="true"/> First, is this the way it should be done in a rules xml file? If so, can someone give me a hint on how to get that attribute to set the allowUnknownChildElements property of the SetNestedPropertiesRule object? (And, since this is the first patch I've ever attempted, I would appreciate feedback on whether it was done correctly, whether or not it gets applied.) -- 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]
