[Webwork-user] How to get a value from servletrequest?
Brought to you by:
baldree,
rickardoberg
From: Michael v. L. <M.v...@ef...> - 2002-06-18 14:06:20
|
Hi, I cannot seem to figure out how to get the requestURI from the HTTPServletRequest into my JSP page. It should work like <jsp:getProperty name="request" property="requestURI"/> but that doesn't work and trying to retrieve it using <webwork:property name="$requestURI"/> doesn't work either. Any help is appreciated. We are still working with WebWork 0.98, so if the construction changed meanwhile, please note so. Michael. |