Just want to double check it.

Before 1.5, we use getRequestCycle().setRequestTarget(new 
RedirectRequestTarge(URL));

With 1.5, is this the right way?
getRequestCycle().replaceAllRequestHandlers   (new RedirectRequestHandler 
(URL));



-Fang

Reply via email to