Re: Name of JSP in Request

2005-02-15 Thread Craig McClanahan
On Tue, 15 Feb 2005 14:53:40 -0500, Matt Hughes <[EMAIL PROTECTED]> wrote: > When I am inside a JSP page, is there any way to access the forward path > in the action mapping: > > type="com.xyz.actions.admin.COLDCacheAction" > scope="request"> >

Name of JSP in Request

2005-02-15 Thread Matt Hughes
When I am inside a JSP page, is there any way to access the forward path in the action mapping: 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");