Hello, I have an action class which might get a request parameter when called (ex. request.getParameter("mode")). When the action class returns SUCCESS which ends up calling a JSP, I need to be able to send that request parameter on to the JSP. I believe I could just use the request.setAttribute("mode", mode) in the action class and then have the JSP do a getAttribute, but it seems that Struts must already have a way of doing this. So, the question is "how do you pass parameters from the action class to the JSP"?
Any thoughts? Thanks - Peter Len -- View this message in context: http://www.nabble.com/Returning-request-parameters-in-action-class...-How--tp21977049p21977049.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org