[opencms-dev] <cms:include>-tag
Björn Schlueter
bschlueter at lenord.de
Tue Sep 9 12:56:01 CEST 2003
Hello there,
I am working on a jsp-page that is supposed to show an external link as a "body".
For some reason it is not working. Do you have an idea?
Here is my code:
<%@ taglib prefix="cms" uri="http://www.opencms.org/taglib/cms" %>
<cms:include property="template" element="head"/>
<cms:include property="template" element="left"/>
<cms:include page="http://www.somewhat.xy"/>
<cms:include property="template" element="right"/>
<cms:include property="template" element="foot"/>
Regards
Björn
More information about the opencms-dev
mailing list