<action path="/COLDCache" type="com.xyz.actions.admin.COLDCacheAction" scope="request"> <forward name="success" path="/pages/admin/COLDCache.jsp"/> </action>
In other words, does Struts, when it forwards control to the JSP page, put a variable in the request scope like request.setAttribute("path","/pages/admin/COLDCache.jsp");
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]