[opencms-dev] Inclusion loop error
Francis
ffraikin at met.wallonie.be
Fri Sep 15 14:39:07 CEST 2006
Carl Alex Friis Nielsen a écrit :
> I am not sure exactly what you are doing, but are you attempting to
> extend a template by having a template including stuff from another
> template through a template property on the new template ?
>
> If this is the case you have the problem that the value you get
> is the template value of the property of the reosurce you are are
> attemting to display instead of the value of the property of the new
> template.
>
> So if you desire to extend a base template you have to hardcode its url
> into the extended template or find some other aternative way to get it.
>
> Cheers,
>
> Carl
>
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://lists.opencms.org/mailman/listinfo/opencms-dev
>
>
I don't want to extend a template but I want to use my base template and
cms tag in my jsp page.
With the line <%@ taglib prefix="cms"
uri="http://www.opencms.org/taglib/cms" %> I receive the Inclusion loop
error.
The first line of my page is <%@ page session="false"
import="com.opencms.flex.jsp.*, com.opencms.file.*,
java.util.*,java.io.*" %>
Francis
More information about the opencms-dev
mailing list