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=39509>. 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=39509 ------- Additional Comments From [EMAIL PROTECTED] 2007-12-07 16:29 ------- The Once Only Controller needs to to know the state of its parent; this is currently achieved via the iterationStart() method. Unfortunately, not all Controllers actually call this method, and the iteration count is not consistent - e.g. Loop Controller goes from 1 to loopmax, and repeats when the loop repeats, whereas for the Simple Controller, it starts at 0, and increments continually. The behaviour of the OOC when part of a looping controller seems fairly well- defined - and it performs as documented. But how should it behave as part of other non-looping controllers? This does not seem to be well defined, nor does it seem obvious how it should behave... -- 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]
