I noticed the following when trying to use StrutsTestCase
(latest version of StrutsTestCase with Struts B2). 

 It seems that when a request is sent via StrutsTest that 
RequestProcessor,processMapping does not find
the ActionMapping class that has been configured in
web.xml.  Instead it finds the Struts ActionMapping class.

If I hit the same server via the browser then the configured
ActionMapping class is found by RequestProcessor,processMapping.

Thanks for any explanation as to why the these two
situations are behaving differently.

--
    Nick

Reply via email to