J
Jean-Laurent Guillot
I am using Tomcat 5.0.30 with struts 1.2, tiles and struts-layout 1.1
I want to write
${pageContext.request.contextPath}
in a page but the JSP parser does not replace by the web application context path
In fact, I do not kown how to use '${}' expression.
Do I have to use a particular module? If so, which?
Somebody can help me where to found documentation on this subject
I want to write
${pageContext.request.contextPath}
in a page but the JSP parser does not replace by the web application context path
In fact, I do not kown how to use '${}' expression.
Do I have to use a particular module? If so, which?
Somebody can help me where to found documentation on this subject