In my jsp page, I want to know one or more of these things: * the incoming URL * the path of the ActionMapping the incoming URL was mapped to * the path and name of the view (the jsp page) to which the request was forwarded
presumably i can get the first by querying the request - something like: <bean:write name="request" property="requestURI"/> no idea about the others. Any suggestions? - donald -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>