SpringBean & DataProvider / LoadableDetachableModels

2008-08-20 Thread Korbinian Bachl - privat
Hi, is there a reason that SpringBean is not working automatically within IDataProvider & LoadableDetachableModel (you'll need to call InjectorHolder.getInjector().inject(this); explicitely)? If no I would create a jira request for it. Best, Korbinian

Re: SpringBean & DataProvider / LoadableDetachableModels

2008-08-20 Thread James Carman
Wicket doesn't create those objects. You'd need an aspect for that. Why not inject the object that's creating the data provider or LDM and pass your reference into the constructor. On Wed, Aug 20, 2008 at 3:33 PM, Korbinian Bachl - privat <[EMAIL PROTECTED]> wrote: > Hi, > > is there a reason tha

Re: SpringBean & DataProvider / LoadableDetachableModels

2008-08-21 Thread Timo Rantalaiho
On Wed, 20 Aug 2008, Korbinian Bachl - privat wrote: > is there a reason that SpringBean is not working automatically within > IDataProvider & LoadableDetachableModel (you'll need to call > InjectorHolder.getInjector().inject(this); explicitely)? If no I would > create a jira request for it. Wi