Re: Redirect to different url before page renders

2008-10-04 Thread Mike Oswell
Nice, thanks. :) Knew there had to be an easy way :) -- Mike On 4-Oct-08, at 6:53 PM, Igor Vaynberg wrote: throw new restartresponseexception - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

Re: Redirect to different url before page renders

2008-10-04 Thread Igor Vaynberg
throw new restartresponseexception -igor On Sat, Oct 4, 2008 at 4:31 PM, Michael Oswell <[EMAIL PROTECTED]> wrote: > I'm looking for a way to redirect the user to a different url depending on > page parameters before the page they are requesting renders. > I've looked around and don't see a simpl

Redirect to different url before page renders

2008-10-04 Thread Michael Oswell
I'm looking for a way to redirect the user to a different url depending on page parameters before the page they are requesting renders. I've looked around and don't see a simple way to do this. From what I can tell, using the standard redirects (ie RequestCycle.get().setRequestTarget(new R