You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Afshartous, Nick" <ni...@proactcorp.com> on 2002/12/17 17:26:48 UTC

not getting right ActionMapping class with StrutsTestCase

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