Re: T5 - What is the replacement of the PageRedirectException

2007-03-19 Thread Dan Adams
so would this be the T5 equivilent to validate()? Or is there another way? On Fri, 2007-03-16 at 07:14 -0700, Howard Lewis Ship wrote: onActivate() may return a a page object (or page name). This will send a new client-side redirect to the indicated page. On 3/16/07, CB [EMAIL PROTECTED]

Re: T5 - What is the replacement of the PageRedirectException

2007-03-19 Thread Howard Lewis Ship
onActivate() is kind of a merging of pageValidate() with activateExternalPage(). On 3/19/07, Dan Adams [EMAIL PROTECTED] wrote: so would this be the T5 equivilent to validate()? Or is there another way? On Fri, 2007-03-16 at 07:14 -0700, Howard Lewis Ship wrote: onActivate() may return a a

Re: T5 - What is the replacement of the PageRedirectException

2007-03-16 Thread Howard Lewis Ship
onActivate() may return a a page object (or page name). This will send a new client-side redirect to the indicated page. On 3/16/07, CB [EMAIL PROTECTED] wrote: Hello, how can i redirect to another page, for example in a @SetupRender method? Thanks and best regards, Christian -- View this