Hi,
Are there any resources to help me unit test a Struts action that uses Spring beans? I am using the MockStrutsTestCase to test the action but when I insert the code into the action which retrieves beans from the WebApplicationContext, the Unit test fails. Any help would be much appreciated.
Thanks.
-Ed
