[Wicket-user] RequestCycle scope

2006-07-18 Thread Aaron Hiniker
Is there a way to attach objects to a request cycle... I'm interested in creating session beans that live only during the duration of the request Aaron - Take Surveys. Earn Cash. Influence the Future of IT Join

Re: [Wicket-user] RequestCycle scope

2006-07-18 Thread Igor Vaynberg
you can create your own subclass of the request cycle and tell wicket to use that instead.you can do that by overriding WebApplication.getDefaultRequesteCycleFactory and returning your own instance of the factory. -IgorOn 7/18/06, Aaron Hiniker [EMAIL PROTECTED] wrote: Is there a way to

Re: [Wicket-user] RequestCycle scope

2006-07-18 Thread Igor Vaynberg
alternatively you can override WebSession.getRequestCycleFactory()-IgorOn 7/18/06, Igor Vaynberg [EMAIL PROTECTED] wrote:you can create your own subclass of the request cycle and tell wicket to use that instead. you can do that by overriding WebApplication.getDefaultRequesteCycleFactory and