it just prepares the controller for a simple Test. Using a web-context which fits my needs. this is, the call of getWebApplicationContext() inside the controller works.
if you really need the...
Type: Posts; User: anreasBsz; Keyword(s):
it just prepares the controller for a simple Test. Using a web-context which fits my needs. this is, the call of getWebApplicationContext() inside the controller works.
if you really need the...
hi there!
after some success using AbstractCommandController i'm trying to use AbstractWizardFormController for some hours. i really had a hard time and don't find the solution:
the situation...
hi!
i tried it the same way and don't know the answer; but i found a different solution ...
public static final XmlBeanFactory LISTS_SERVLET_FACTORY
= new XmlBeanFactory( new...
what i found out, is that this works:
instead of using an ApplicationContext in Testing/main() this does the job:
XmlBeanFactory factory = new XmlBeanFactory( new...
hi there,
i'm using spring for some weeks. i'm shure that other people had the same question as me before, but i can't find anything in the documentation or the forum:
i'm building a new...