what does this addComponentInstantiationListener (new SpringComponentInjector (this));
have to do with whether or not you use a servlet or a filter? you always have to do that for @SpringBean annotation to work... -igor On Thu, Jul 31, 2008 at 9:03 AM, alex2008 <[EMAIL PROTECTED]> wrote: > > > > sorry, dont really understand where your problem is...wicket-1189 has > been fixed a long time ago. are you saying the bug is back or > something else is a problem? > > -igor > > Now I'm not sure perhaps is only similar. :blush: > > For the moment i have find a workaround to this problem I used the 3) > solution and in the class webApplication on the method init I put: > addComponentInstantiationListener (new SpringComponentInjector (this)); > > In this way the error which I reported above using the first or second > solution is gone. > > I do not understand the problem is my first application. > > > > > -- > View this message in context: > http://www.nabble.com/SpringWebApplicationFactory-and-applicationClassName-is-missing-tp18751687p18757915.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]
