Sorry, the reason I initially missed this option is that
GuiceWebApplicationFactory was not saving the Injector into the servlet
context. I've since fixed this and this now works.

Thanks,
Gili


igor.vaynberg wrote:
> 
> IInitializer.onInitializer(Application app) {
>   ServletContext sc=((WebApplication)app).getServletContext();
> 
> }
> 
> -igor
> 
> On Mon, Jun 16, 2008 at 9:04 AM, cowwoc <[EMAIL PROTECTED]> wrote:
>>
>> Hi,
>>
>> Can anyone think of a way to inject members into an IInitializer or at
>> least
>> gain access to an Injector instance inside it? As far as I can tell I
>> can't
>> even get access to the Servlet Context or Application from inside the
>> IInitializer. I'm open to suggestions.
>>
>> Thanks,
>> Gili
>> --
>> View this message in context:
>> http://www.nabble.com/Using-Guice-with-IInitializer--tp17867744p17867744.html
>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Using-Guice-with-IInitializer--tp17867744p17869212.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to