What do you think about extending of Action.execute() with errors parameter ? At that case ActionServlet will take care about saving of errors in HttpServletRequest and errors won't get lost in case some exception occurs and they were not saved yet.
Craig, why don't you want to handle "error.password.mismatch" as exception, but add error manually ? I think, that the check user.getPassword().equals(password) should be done somewhere deep in code, perhaps in EJB or realm but not in Action class. You have probably some reasons doing this. Dmitri Valdin -- Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet. This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>