Martin Gainty wrote:
its already in the request public class EditFuBarAction extends Action {
    public ActionForward execute(ActionMapping mapping, ActionForm form, 
HttpServletRequest request, HttpServletResponse response) throws Exception {
        String user=request.getParameter("user");
        return mapping.findForward("success");
    }
}

unless of course you want the parameters on the vs in which case you will have 
to implement
Petrellis ParametersInterceptor..
http://struts.apache.org/2.0.14/struts2-core/apidocs/com/opensymphony/xwork2/interceptor/ParametersInterceptor.html

You just mixed S1 and S2 in the same answer :/

Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to