In the action for form1 I detect several errors and warnings; the user should be able to ignore warnings, but is required to fix errors. My question is what's the best way to implement warnings in struts. The main issue is how do I show the user the warnings on his first try, but move on to the success step after the second submit of the form (assuming all the errors have been taken care of).
In the days before struts, I would probably would have passed a flag in the query string or as a hidden field. But it seems like this should be done by struts. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

