On Wed, 09 Mar 2005 07:33:01 -0800 (PST), gkrishna <[EMAIL PROTECTED]> wrote: > i have gone through the site tree of cocoon, but couldnt fine PageSend method > or pageSendAndWait. It neither defined in Webcontinuation class. may i know > where is this defined in cocoon src.
The method you're looking for is called 'sendPage' or 'sendPageAndWait'. Both methods appear to be defined in org.apache.cocoon.components.flow.java.AbstractContinuable. I /think/ this class applies to both traditional and Java flow, although the package name is making me wonder. I'm sure someone will chip in if I've got this wrong! Thanks, Paul --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
