Just a minor problem. I’m using Struts Quickstart Last Revision: August 6, 2006
I’ve done the Struts quickstart which is great and works well. The Demo states at point 5.2 ‘Building the Application’
As with most Struts apps, if something goes wrong during the login, we will send the user back to the userLogin.jsp page and display an error (which is why we don’t need to make a loginUserFailure.jsp page).
However the quickstart doesn’t demonstrate or provide the code to display an error. It only returns me to the userLogin.jsp. I would like to see the code which passes an ActionMessage or ActionError (or whatever it does to show the error).
Thanks.