RE: Struts Validation for just current page

2004-05-18 Thread Morowitz, Michael
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

MockStrutsTestCase.verifyForward(name) annoyance

2004-04-02 Thread Morowitz, Michael
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