I'm getting the following error after moving my content to 7.0.3 from 6.2.2. Is this a 7.0.3 bug, because even the stuff under xmlcontentdemo does this? I didn't import over it. Here's the error and code below. I'm using the same thing that's in the examples. All I've done is install 
7.0.3 on Tomcat 5, Java 6 on Ubuntu 7. Then I exported the folders from my 6.2.2 and imported them on the 7.0.3. Any ideas why this would happen?<br><br>Error The 'cms:contentload' tag requires a 'collector' attribute.
<br><br><br><%@ page session="false" %><br><%@ taglib prefix="cms" uri="<a href="http://www.opencms.org/taglib/cms">http://www.opencms.org/taglib/cms</a>" %><br><cms:editable />
<br><cms:include property="template" element="head" /><br><br><br><div class="element"><br><cms:contentload collector="${elementProperty.collector}" param="${opencms.uri
}" editable="true"><br><br><!--h1><cms:contentshow element="Title" /></h1--><br><br><p><small>By <cms:contentshow element="Author" /></small></p>
<br><br><cms:contentloop element="Teaser"><br><p><i><cms:contentshow /></i></p><br></cms:contentloop><br><br><p><br><cms:contentshow element="Text" />
<br></p><br><br></div><br></cms:contentload><br><cms:include property="template" element="foot" /><br><br clear="all"><br>-- <br>"All that is necessary for the triumph of evil is that good men do nothing." - Edmund Burke