Thanks peter, I'll handle that

dzb,zenberg.d...@gmail.com
2010-08-12 
----- Original Message ----- 
From: Major Péter 
To: users 
Sent: 2010-08-12, 18:19:55
Subject: Re: Wicket 1.5-M1 migration experiences


Hi,

> There is no WebRequestCycle anymore. You'll need to extend RequestCycle now.
> Override org.apache.wicket.Application.createRequestCycle(Request, Response)
> to return your class.

that method is final, you should use setRequestCycleProvider() IMHO.

Regards,
Peter

> The current entry point
> is org.apache.wicket.request.cycle.RequestCycle.processRequestAndDetach().
> For now you'll have to wrap this method with try/finally to simulate
> onBefore/onEnd.
> 
> We will discuss it and probably these two methods will be added again there
> for M2.

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

Reply via email to