Rick,
I would suggest having that page submit to another action path that maps
to the same Action and Form you need, but with the validate option set
to false. This is the tactic that I normally use. It allows you to
keep your code base intact, but submit to a customized path.
Michael
-Ori
I have just discovered that verifyForward(name) in MockStrutsTestCase
does not actually verify an ActionForward object, rather it verifies
just the forward path.
For example, if I have two actions defined that go to the same exact
path, either forward returned will verify against the other using
2 matches
Mail list logo