Never. It's a bug in the flow implementation if it is. The script shouldn't check for it.
-----Original Message----- From: Bruno Dumon [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 09, 2003 7:42 AM To: [EMAIL PROTECTED] Subject: Re: cvs commit:cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/flow/jav ascriptwoody.js On Tue, 2003-09-09 at 16:38, [EMAIL PROTECTED] wrote: <snip cvs commit message/> > + while (true) { > + if (cocoon.request == null) { > + // this continuation has been invalidated > + this.dead = true; > + handleInvalidContinuation(); > + Woody.suicide(); > + } While we're at it... anyone knows under what conditions exactly the cocoon.request can be null? -- Bruno Dumon http://outerthought.org/ Outerthought - Open Source, Java & XML Competence Support Center [EMAIL PROTECTED] [EMAIL PROTECTED]
