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

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: New wicketstuff-dojo project

2008-08-20 Thread Stefan Lindner
The current wicketstuff dojo project seems to be no longer supported? I wrote some emails to the listed project maintainers but I received only one reply with no further plan on this project. Sooner or later the current wicketstuff dojo will stop to work with wicket 1.4/1.5. So I definitely prefer

New wicketstuff-dojo project

2008-08-20 Thread Michael Sparer
After the update of wicketstuff-push (see http://www.nabble.com/wicketstuff-push-update-to18765345.html) the question came up if the push project shouldn't depend on the dojo project any longer as ws-dojo uses dojo 0.4 and the new cometd implementation requires dojo 1.x. Rodolfo Hansen, who volun