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=12997>. 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=12997 Call the method as soon as the last parameter is encountered [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX ------- Additional Comments From [EMAIL PROTECTED] 2002-10-29 20:38 ------- Besides causing a huge backwards incompatibility problem (which is reason enough not to implement your proposed patch), it would also disable the most common use case for Digester, which is processing XML documents with a hierarchical structure that is isomorphic to a tree of beans that is being created. For example, Tomcat 4.1 uses Digester to process the server.xml and web.xml files. It depends on the current ordering in order to use nested elements to "decorate" the features of the next higher element on the stack. For dealing with recursive structures differently, I suggest that you create your own Rule implementations that behave the way you need them to for this particular purpose. -- To unsubscribe, e-mail: <mailto:commons-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:commons-dev-help@;jakarta.apache.org>
