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
- populate form using parameters instead of form Brian K. Buckley
- Re: populate form using parameters instead of form Erik Hatcher
- Brian K. Buckley

