Hi,

In my custom session, I have a method which, on certain condition, wants to
redirect the request to some page, other than the original.
This is what I am doing, in the method:

RequestCycle.get().setRedirect(true);
RequestCycle.get().setResponsePage(SomePage.class);

But the response continues to land on the originally requested page
requested page.

Is there any way to do this without invalidating the session?

Thanks
Nishant

Reply via email to