[opencms-dev] Use of JSTL? Update

Eelco Hillenius eelco.hillenius at topicus.nl
Wed Jan 29 21:02:43 CET 2003


Hi,

It seems I was a bit too quick in judging that I could not load the taglibs. The loading works fine. An open question still is how to include relative files. If I use a tag like this: <c:import url="opencms/euronorm/layout/leftmenu.jsp" /> (where euronorm is a folder under root, which has folder layout with file leftmenu.jsp) I get the following error. Does this mean I am never allowed to do includes, or just that I have to do it differently?

javax.servlet.ServletException: FlexDispatcher: Dectected inclusion loop for target /euronorm/index.jsp
 at com.opencms.flex.cache.CmsFlexRequestDispatcher.include(CmsFlexRequestDispatcher.java:170)
 at com.opencms.flex.CmsJspLoader.load(CmsJspLoader.java:554)
 at com.opencms.flex.CmsJspLoader.initlaunch(CmsJspLoader.java:226)
 at com.opencms.core.OpenCms.showResource(OpenCms.java:840)
 at com.opencms.core.OpenCmsHttpServlet.doGet(OpenCmsHttpServlet.java:282)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
 at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:684)
 at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:575)
 at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:498)
 at org.apache.taglibs.standard.tag.common.core.ImportSupport.acquireString(ImportSupport.java:314)
 at org.apache.taglibs.standard.tag.common.core.ImportSupport.doEndTag(ImportSupport.java:179)
 at org.apache.jsp.TeuronormTindex_jsp__0002d1972277964_jsp._jspService(TeuronormTindex_jsp__0002d1972277964_jsp.java:153)
 at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:137)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
 at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:204)
 at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
 at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
 at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:684)
 at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:575)
 at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:498)
 at com.opencms.flex.cache.CmsFlexRequestDispatcher.include(CmsFlexRequestDispatcher.java:164)
 at com.opencms.flex.CmsJspLoader.service(CmsJspLoader.java:946)
 at com.opencms.flex.cache.CmsFlexRequestDispatcher.include(CmsFlexRequestDispatcher.java:252)
 at com.opencms.flex.CmsJspLoader.load(CmsJspLoader.java:554)
 at com.opencms.flex.CmsJspLoader.initlaunch(CmsJspLoader.java:226)
 at com.opencms.core.OpenCms.showResource(OpenCms.java:840)
 at com.opencms.core.OpenCmsHttpServlet.doGet(OpenCmsHttpServlet.java:282)

etc.


Eelco
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20030129/88fa7a7f/attachment.htm>


More information about the opencms-dev mailing list