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=36322>. 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=36322 ------- Additional Comments From [EMAIL PROTECTED] 2005-08-31 11:24 ------- Weird... After some debugging, it looks like JS contexts get mixed up somewhere in Rhino, as the "cocoon" object which is used as the continuation call scope in handleContinuation() is not the same as the one on which the jsGet_continuation() call is done. The use case here is that a <map:call function> sends a page whose processing calls itself a <map:call continuation>. We have nested flowscript calls. I don't have time to investigate further ATM, but a workaround is to change the POST URL to "form" so that we don't have nested flowscript calls when calling continuations. -- 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.
