Hello,

Does anyone know how to get access to a valid HttpServletRequest
object from within one of the navigation template using JSP ?

I've used
...snip...
<% RunData rundata = (RunData) request.getAttribute("rundata"); %>
<%=rundata.getRequest().getQueryString()%>
...snip...

in left.jsp, which always returns null ! (even if this works
in a JSPPortlet context).

Note that any method declared in HttpServletRequest give
the same result.

Any hints are welcome.
Sincerly,
Jean-Christophe


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to