Re: Shale: not calling prerender or preprocess, and Navigation issue

2006-01-23 Thread Craig McClanahan
On 1/23/06, Jason Vincent <[EMAIL PROTECTED]> wrote: > Thanks for the response... > > The url in the browser is changing to /login/login.jsf... I call the > redirect, from the the BaseViewController.prerender method... > externalContext.redirect(toUrl); where in my case the toUrl is > "/cpt/login/l

Re: Shale: not calling prerender or preprocess, and Navigation issue

2006-01-23 Thread Jason Vincent
Thanks for the response... The url in the browser is changing to /login/login.jsf... I call the redirect, from the the BaseViewController.prerender method... externalContext.redirect(toUrl); where in my case the toUrl is "/cpt/login/login.jsf". /cpt is my application context. Ext

Re: Shale: not calling prerender or preprocess, and Navigation issue

2006-01-23 Thread Craig McClanahan
Inline ... On 1/23/06, Jason Vincent <[EMAIL PROTECTED]> wrote: > Hey there, > > I've got some unexpected navigation stuff going on, that I was hoping > someone can help explain. > > Here is my use-case: > 1) Home page is requested. > 2) user isn't logged in, so redirect to login url. > 3) after l

Shale: not calling prerender or preprocess, and Navigation issue

2006-01-23 Thread Jason Vincent
Hey there, I've got some unexpected navigation stuff going on, that I was hoping someone can help explain. Here is my use-case: 1) Home page is requested. 2) user isn't logged in, so redirect to login url. 3) after login, navigate to home. In my logs, I'm seeing this behavior, which is wierd...