About making EJB's working in AuthenticatedWebSession.

2011-12-19 Thread Rick van Son
Hello everyone, How could I make an @EJB working in an (Extend of) AuthenticatedWebSession? Somehow they keep staying null, while the EJB's just work in my webpages ( who are extended from WebPage ). Thanks in advance, Rick

Re: About making EJB's working in AuthenticatedWebSession.

2011-12-19 Thread Rick van Son
It worked like a charm. Thanks for the help Martin. 2011/12/19 Martin Grigorov In Wicket 1.5.3 only Components and Behaviors are auto injected. For everything else you need to call Innjector.get().inject(this) in the constructor. On Mon, Dec 19, 2011 at 6:32 PM, Rick van Son rick.van