[opencms-dev] Inclusion loop error
Francis
ffraikin at met.wallonie.be
Fri Sep 15 13:12:42 CEST 2006
Error on my page:
javax.servlet.ServletException: FlexDispatcher: Dectected inclusion loop
for target /ig42.intranet/ffr/read_filesys.jsp
It seems that the line <%@ taglib prefix="cms"
uri="http://www.opencms.org/taglib/cms" %> create the error.
cms.include(....) create the same error
I need this to include my template with
<cms:include property="template" element="head" />
......
<cms:include property="template" element="foot" />
The file base.jsp is my template and the line <%@ taglib .....%> is also
in this template.
When I remove this line out of my page there is no error but the tag
"cms" doesn't work.
What can I do?
Francis
More information about the opencms-dev
mailing list