Does anybody know how to pass form params between 2 JSP psges when using
Struts.We used following soloution but it's not a good way :
ActionForward af = new ActionForward();
af.setPath(..../../form1.jsp?param1 = value1& param2 = value2......);
af.setRedirect(true);