Re: Returning request parameters in action class... How?

2009-02-12 Thread plen
Sonny, Great. Thanks for the reply. - Peter -- View this message in context: http://www.nabble.com/Returning-request-parameters-in-action-class...-How--tp21977049p21978514.html Sent from the Struts - User mailing list archive at Nabble.com.

Returning request parameters in action class... How?

2009-02-12 Thread plen
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.setAttribut