<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7653.38">
<TITLE>RE: [opencms-dev] looping content</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Hi Mario,<BR>
The <cms:contentloop> is inside the <cms:contentload><BR>
no error prompts are display on screen. when entering to edit mode i am able to add multiple images, when save and publish on the page not displaying nothing. one time i seen the path of the next image appears on page.<BR>
<BR>
thanks<BR>
vinod<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: opencms-dev-bounces@opencms.org on behalf of Mario Jäger<BR>
Sent: Fri 11/12/2010 2:27 PM<BR>
To: The OpenCms mailing list<BR>
Subject: Re: [opencms-dev] looping content<BR>
<BR>
Hi Vinod,<BR>
<BR>
I don't know what an error you get. But, do you have the<cms:contentload>  tag around the<cms:contentloop>  tag?<BR>
<BR>
<%@ taglib prefix="cms" uri="<A HREF="http://www.opencms.org/taglib/cms">http://www.opencms.org/taglib/cms</A>"%><BR>
<BR>
<cms:contentload collector="singleFile" param="%(opencms.uri)"><BR>
   <cms:contentloop element='ImageBanner'><BR>
     <cms:contentshow /><BR>
   </cms:contentloop><BR>
</cms:contentload><BR>
<BR>
--<BR>
Kind Regards,<BR>
Mario.<BR>
<BR>
-------------------<BR>
Mario Jäger<BR>
<BR>
Alkacon Software GmbH  - The OpenCms Experts<BR>
<A HREF="http://www.alkacon.com">http://www.alkacon.com</A> - <A HREF="http://www.opencms.org">http://www.opencms.org</A><BR>
<BR>
<BR>
Am 26.10.2010 09:07, schrieb Vinod Dangudubiyyapu:<BR>
><BR>
> Hi,<BR>
><BR>
> I have provided looping content to add multiple image by this code in xsd<BR>
><BR>
> <xsd:element name="ImageBanner" type="OpenCmsVfsFile" minOccurs="0"<BR>
> maxOccurs="3" /><BR>
><BR>
> I am able to see when edit the page to add multiple images but not<BR>
> displaying on page.<BR>
><BR>
> In jsp template code is<BR>
><BR>
> <cms:contentloop element='ImageBanner' ><BR>
><BR>
> <cms:contentshow /><BR>
><BR>
> </cms:contentloop><BR>
><BR>
> Edit mode im able to see to add multiple image, when selecteing page<BR>
> view pointing error about content loop can please provide me example<BR>
> on this.<BR>
><BR>
> Thanks and Regards<BR>
><BR>
> Vinod D<BR>
><BR>
>      <BR>
><BR>
><BR>
><BR>
> _______________________________________________<BR>
> This mail is sent to you from the opencms-dev mailing list<BR>
> To change your list options, or to unsubscribe from the list, please visit<BR>
> <A HREF="http://lists.opencms.org/mailman/listinfo/opencms-dev">http://lists.opencms.org/mailman/listinfo/opencms-dev</A><BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>