Re: Cactus not working well with Struts when url-pattern not use *.do

2005-05-24 Thread Martin Gainty
ubject: Re: Cactus not working well with Struts when url-pattern not use *.do Just modified CactusStrutsTestCase from the suggestions, problem still. Martin Gainty <[EMAIL PROTECTED]> wrote: This is a kluge but did you consider trapping it the parameter from ServletTestCase

Re: Cactus not working well with Struts when url-pattern not use *.do

2005-05-24 Thread Yahzz Yan
Just modified CactusStrutsTestCase from the suggestions, problem still. Martin Gainty <[EMAIL PROTECTED]> wrote:This is a kluge but did you consider trapping it the parameter from ServletTestCase String doParam = config.getInitParameter("url-pattern"); then later setting the correct url-patte

Re: Cactus not working well with Struts when url-pattern not use *.do

2005-05-24 Thread Martin Gainty
This is a kluge but did you consider trapping it the parameter from ServletTestCase String doParam = config.getInitParameter("url-pattern"); then later setting the correct url-pattern doParam = "*.do" config.setInitParameter(doParam); Martin- - Original Message - From: "Yahzz Yan"