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=12170>. 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=12170 Added functionality when extending another definition ------- Additional Comments From [EMAIL PROTECTED] 2002-08-29 17:32 ------- This functionality would be useful, BUT it would be even better if the solution were more generalized; that is, if one could not only just append, but prepend and/or append. One approach (there are lots of them) would be to add an additional allowable child element of putList called, perhaps, "parentList", e.g. <putList name="extender"> <add value="0"/> <parentList name="baseList" /> <add value="5" /> <add value="6" /> </putList> this way it's clear what's being referenced, and where the reference goes in the new list. By having the name attribute in the parentList, some arbitrary list can be referenced. Alternatively, if the name attribute isn't provided, it defaults to the same list name as the containing putList, but in the parent definition. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>