This is for anybody using Cactus to test Struts-based applications. I have
a question concerning the testing of a Struts Action class through the
<perform> method. In the definition of an ActionMapping, a section of code
would look like this:
ActionMapping t_actionMapping = actionServlet.findMapping("/somepage.jsp");
How do I configure the ServletRedirector in the web.xml file in order for
the findMapping method call to successfully resolve somepage.jsp?
Perry Hoekstra
Ingenix Corporation
[EMAIL PROTECTED]