You might want to look at my post regarding "Finding an Already Loaded Application Context"
Depending on what you need to do would it be possible to put your bean initialization code into a...
Type: Posts; User: bknights; Keyword(s):
You might want to look at my post regarding "Finding an Already Loaded Application Context"
Depending on what you need to do would it be possible to put your bean initialization code into a...
Actually it's even simpler than that because as I got into the design of this thing I realized I'd still have a dispatcher for the per job application contexts and the dispatcher would be loaded by...
Thanks that looks like it will do the trick.
Hello,
I'd like to be able to load an applicationContext "on demand" inside a servlet environment. I already have an XmlWebApplicationContex loaded normally and I'd like to be able to set it as...
Thanks for everyone's help on this.
It turns out I didn't want the command saved in the session anyway.
I believe setSessionForm only lets the form know to be session aware (though it doesn't seem to work as I expect with regards to caching a command object).
You need to create the session in...
Hi,
I am wanting to have a form that has two submit buttons. One of them does the actual submit and one of them retrieves some data and populates a select object on the form. When I populate the...