Hi guys,
This is one of those common questions that I just forget the answer to.
If you use the INPUT tag in an action mapping, you give
struts a
JSP page or another action to return control to when form validation errors are found.
Now what do you do when you have a couple different JSP pages, or forms I geuss, that can submit to the same action mapping?
Is this just one of those things you shouldn't do? Like we all should be using tiles or something so that our page links are generic?