I am trying to use Cactus to test application built using Struts. The
example provided with Cactus simply instantiates servlet 
(SampleServlet servlet = new SampleServlet();
        servlet.doGet(request, response);)
to test its functionality. In case of Struts, I cannot do this because with
Struts application does not have servlets,
but just special classes executed by Struts controller servlet.
In this case is it possible to use "servlet testing" api of Cactus
framework?
If it is possible, could anyone provide an example. If not possible, what
would be a good alternative?

Thanks,
Eugene Rotkop

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to