I guess that's the root of my problem. The place that it should go to when validation fails is different for each method. I would always want it to go back to the page that was submitted to produce the error, so that the error can be displayed to the user and it can be corrected and resubmitted. Because I have my add, adddisplay, edit, editdisplay operations all in the same dispatchaction i can't have a "global" input.
>Here you need something like: > input="yourInputJSP.jsp". >Struts needs to know where to go if a validation error occurs. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

