Thanks Eric,  Just asking those question make me study things harder and I
got it working.  Amongst other things, I was omitting the input attribute
necessary to tell struts where to go if there are errors.

<action path="/linktest"  name="myForm" scope="request" type="myAction"
                  input="/testbad.jsp"
           >
</action>

Brian


Reply via email to