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=40851>. 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=40851 ------- Additional Comments From [EMAIL PROTECTED] 2007-05-11 05:55 ------- Created an attachment (id=20178) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=20178&action=view) Suggested patch This suggested patch causes the the loop evaluation to be executed on each iteration, even if the loop has had a "Loop count" of value 0 in earlier iterations. This can be useful for example if you are looping over company and their customers as an example. If some company has 0 customers, this bug means that the "customers" loop will never again be entered, even if the next company has 4 customers. -- 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]
