<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.3157" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=002021914-10042008><FONT face=Arial
color=#0000ff size=2>Hello,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=002021914-10042008><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=002021914-10042008><FONT face=Arial
color=#0000ff size=2>try to use %(opencms.uri) instead of<FONT
face="Times New Roman"><FONT color=#000000 size=3>
${opencms.uri}.</FONT></FONT></FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=002021914-10042008>This should
work.</SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=002021914-10042008></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=002021914-10042008>Regards,</SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=002021914-10042008>Hendrik</SPAN></DIV><BR>
<DIV class=OutlookMessageHeader lang=de dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>Von:</B> opencms-dev-bounces@opencms.org
[mailto:opencms-dev-bounces@opencms.org] <B>Im Auftrag von </B>Territorio
Jordan-V.<BR><B>Gesendet:</B> Donnerstag, 10. April 2008 16:10<BR><B>An:</B> The
OpenCms mailing list<BR><B>Betreff:</B> [opencms-dev] XML Content structured
problem<BR></FONT><BR></DIV>
<DIV></DIV>Hi all,<BR><BR>I caught this with my templates :<BR>10 avr. 2008
16:08:42,390 ERROR [ina.core.ApplicationDispatcher: 711] "Servlet.service()"
pour la servlet jsp a lancé une
exception<BR>org.opencms.main.CmsIllegalArgumentException: The 'cms:contentload'
tag requires a 'param' attribute.<BR><BR>the fact is that param is in the
file...<BR>Here is my template :<BR><%@ taglib prefix="cms" uri="<A
href="http://www.opencms.org/taglib/cms">http://www.opencms.org/taglib/cms</A>"%><BR><%@
taglib prefix="c" uri="<A
href="http://java.sun.com/jsp/jstl/core">http://java.sun.com/jsp/jstl/core</A>"%><BR><%@
taglib uri="<A
href="http://java.sun.com/jsp/jstl/functions">http://java.sun.com/jsp/jstl/functions</A>"
prefix="fn" %><BR><BR><cms:include property="template" element="head"
/><BR><BR><div class="element"><BR>
<cms:contentload collector="singleFile" param="${opencms.uri}"
editable="true"><BR>
<h2><cms:contentshow element="Title"
/></h2><BR> <cms:contentcheck
ifexists="Image"><BR>
<img src="<cms:link><cms:contentshow element="Image"
/></cms:link>" ><BR>
</cms:contentcheck><BR>
<p><cms:contentshow element="Text"
/></p><BR>
</cms:contentload><BR></div><BR><cms:include property="template"
element="foot" /><BR><BR>I am on this problem since this morning and i still
have the same exception....<BR>somone could help me please ??<BR
clear=all><BR>-- <BR>TERRITORIO Jordan-Victor<BR>Ingénieur d'Intégration
Java<BR>TEAMLOG – Ingenieurs 2000<BR><BR>+33 6 30 66 54 69<BR><A
href="mailto:jot@teamlog.com">jot@teamlog.com</A> </BODY></HTML>