On Thu, May 27, 2010 at 2:20 PM, Sven Meier <[email protected]> wrote: > Hi all, > > I don't think the proposed method is a good idea. > > Why add a method to a framework which is not used *by* the framework?
Is @SpringBean used *by* the framework? > Why can't you just create your own static helper method storing the > application in an inheritable/non-inheritable thread local? A thread local won't work for what we're trying to do, hence the long, drawn-out discussion thread(s) we've been having recently. > Why would anyone want to pass a web application object to another non-web > thread? Some folks like to use Wicket as a templating framework so that they can generate emails with links in them that point to Wicket-managed pages. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
