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
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
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"
3 matches
Mail list logo