RE: passing request parameter to mapping.findForward(alias)

2004-01-08 Thread Richard Hightower
there are at least two ways static parameter? forward path=foo.jsp?foo=bar/ dynamic? (in execute method) ActionForward forward = mapping.findForward(success); return new ActionForward(forward.getPath() + ?foo= + bar); [check the java docs on the second one... i am doing it from memory,

RE: passing request parameter to mapping.findForward(alias)

2004-01-08 Thread Richard Hightower
Hightower [mailto:[EMAIL PROTECTED] Sent: Thursday, January 08, 2004 12:20 AM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: RE: passing request parameter to mapping.findForward(alias) there are at least two ways static parameter? forward path=foo.jsp?foo=bar/ dynamic