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