Hi All: I would like to know how to forward to a JSP page in struts with a message.
Let us say you can do the following in JSP page
now, in struts, i know you typically have to do the following
and in your struts-config.xml file, "login_failed" is mapped to "error.jsp" but how do you send a variable value along with it, like you can do register.jsp?msg='blah' in normal JSP