On Tue, 12 Feb 2008, Roland Huss wrote: > what is the best place to hook into the request cycle > before a page gets processed ? I looked through > http://cwiki.apache.org/WICKET/lifecycle-of-a-wicket-application.html but > the > information there seems to be a bit outdated ("the Session returned by the > Application > is asked to create a RequestCycle object using the Session's request cycle > factory", > but there's nothing like a request cycle factory which can be obtained from > a Session in 1.3)
Application.newRequestCycle() ? Quite easily found by searching references to RequestCycle. Best wishes, Timo -- Timo Rantalaiho Reaktor Innovations Oy <URL: http://www.ri.fi/ > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
