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=28179>. 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=28179 coocon.handleContinuation() does not restore pageLocal variables ------- Additional Comments From [EMAIL PROTECTED] 2004-04-04 06:35 ------- If so, why is this code available (fom_system.js)? : FOM_Cocoon.prototype.handleContinuation = function(k, wk) { k(wk); } And as I have written before - it works perfectly without pageLocal variables used. I think it is important to be able to call continuation from flow if you just have an ID. Imagine you have a form posted with hidden fields that have 3 continuation ID's and in flowscript you decide which one to fire.
