Hi Paul, If you pass the Page as a parameter to the proceed method, I guess you can use getRequestCycle().activate(String page) to do this. Never done it, but it sounds logical to me :)
Kind regards, Bianca Freelance Java Developer, Netherlands. -----Original Message----- From: Voors Paul [mailto:[EMAIL PROTECTED] Sent: woensdag 17 mei 2006 13:55 To: tapestry-user@jakarta.apache.org Subject: A kind of pageflowcontrol Hello Folks, In an application I want to introduce some kind of pageflow. This is how I planned to do it: In a page I inject a flowcontroller. >From within the page the flowcotroller is accessed via a method: getFlowController.proceed(some parameters). Based on the parameters the flowcontroller redirects to a page. I could let the proceed method returning a page. But I prefer to let the flowcontroller return the page itself, (so proceed is void). Is this possible? and could someone give me a hint on how to do it? Paul Voors --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]