On Thu, Dec 8, 2011 at 8:59 PM, Fang Lin <fang...@u.washington.edu> wrote:
> 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));

The replacement is .scheduleRequestHandlerAfterCurrent() (I don't have
running IDE in front of me, maybe the name is not exact)

>
>
>
> -Fang
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to