Re: AW: T5:Page navigation

2007-04-13 Thread Patrick Moore
I hope it will be possible to turn this off for some sessions. The case I am concerned about is my phone browser -- which asks the user to confirm every client-side redirect. While I understand the reasons for page-redirects by default -- I do need to not make our phone users life miserable. -Pa

AW: AW: T5:Page navigation

2007-04-12 Thread Peter Schröder
-cache -Ursprüngliche Nachricht- Von: Weisu [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 12. April 2007 02:03 An: [EMAIL PROTECTED] Betreff: Re: AW: T5:Page navigation Thanks everyone. In T4, you can throw redirect-exception, don't think there is one in T5. Peter Schröder-2

Re: AW: T5:Page navigation

2007-04-11 Thread Howard Lewis Ship
Every request is a page redirect in T5. Check the URLs in the browser as you work through the application. On 4/11/07, Weisu <[EMAIL PROTECTED]> wrote: Thanks everyone. In T4, you can throw redirect-exception, don't think there is one in T5. Peter Schröder-2 wrote: > > dont know exactly, but

Re: AW: T5:Page navigation

2007-04-11 Thread Weisu
Thanks everyone. In T4, you can throw redirect-exception, don't think there is one in T5. Peter Schröder-2 wrote: > > dont know exactly, but i think you have to throw a redirect-exception > while you are not using some listener method. > but that might be T4 way to do it. > > i like this state

AW: T5:Page navigation

2007-04-11 Thread Peter Schröder
dont know exactly, but i think you have to throw a redirect-exception while you are not using some listener method. but that might be T4 way to do it. i like this statement: if (!_user.isLogin()== true) very creative! -Ursprüngliche Nachricht- Von: Weisu [mailto:[EMAIL