> > Could you please open a JIRA issue for this? We should probably create > > the converterLocator and possibly the session store lazily instead of > > in Application#internalInit. > > Sure.
Thanks. I looked into it (https://issues.apache.org/jira/browse/WICKET-1279) and came to the conclusion that it is probably not worth fixing, since it is an uncommon case, and there are workarounds for it. A nicer workaround then doing it in newConverterLocator is maybe to override internalInit (ignore the docs for once), create the SpringComponentInjector at the start of that method, and then call super.internalInit. Eelco --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
