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]