Application#init() is called during javax.servlet,Filter#init(FilterConfig), so there is no http request at that time.
What exactly do you want to do with the Page ? P.S. Application is not a singleton, but a ThreadLocal. There is a slight difference. On Tue, Jan 31, 2012 at 1:16 PM, Kayode Odeyemi <[email protected]> wrote: > If Wicket Application is a singleton, how do I make concurrent request > on initialization of my application without getting a > WicketRuntimeException? > > For example I simply want to reload a Page in order to get a RefreshingView > component > to set its content whenever getObject is triggered. > > So i will like to know, how do I make a threaded request within init? > > Thanks > > -- > Odeyemi 'Kayode O. > http://www.sinati.com. t: @charyorde -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
