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 RedirectRequestTarget("/"));) doesn't perform the redirect until after the requested page has finished rendering which seems like a waste of cycles.

thanks!

-- Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to