thanx...
thats was a silly mistake. It works now :-)

-----Original Message-----
From: Adolfo Miguelez [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 16, 2002 9:46 AM
To: [EMAIL PROTECTED]
Subject: Re: <logic:iterate> never iterate through all the items



I think you must remove the / from the first tag of logic:iterate.

Actually you are doing:

<logic:iterate/>
</logic:iterate/

and should be

<logic:iterate>
</logic:iterate>

Hope that makes the trick,

Adolfo

>From: Herve Tchepannou <[EMAIL PROTECTED]>
>Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: <logic:iterate> never iterate through all the items
>Date: Tue, 16 Jul 2002 09:34:17 -0400
>
>Why do <logic:iterate> only show me the last item of my collection?
>
>=======================================================
>Here is my code:
>      <logic:iterate id="item" collection="<%=
>WorkspaceHelper.getUserWorkspaces( pageContext ) %>"/>
>         <tr>
>             <td colspan="2">
>                 <a href="">
>                     <bean:write name="item"  property="name" /></a>
>             </td>
>         </tr>
>     </logic:iterate>
>
>Im I missing something?
>My configuration is: Win2000, jdk1.4.0, struts 1.1 (yesterday build)
>
>Herve Tchepannou
>Software Engineer
>Objexis Coorporation
>Phone: (514) 932 3295 Ext. 231
>mailto:[EMAIL PROTECTED]
>
>Objexis Coorporation
>http://www.objexis.com
>1635 Sherbrooke West, Suite #405
>Montreal, Qc H3H 1E2
>Tel: 514.932.3295
>Fax: 514.932.4639
>http://www.objexis.com
>
>Important - This message may contain privileged and confidential
>information.  It is intended only for the use of the individual(s) named
>above. If the reader of this message is not the intended recipient you are
>hereby notified that any use, dissemination, distribution or reproduction 
>of
>this message is prohibited. If you have received this message in error
>please notify Objexis Corporation immediately and promptly delete this
>message and any copies thereof. Any views expressed in this message are
>those of the individual sender and may not necessarily reflect the views of
>Objexis Corporation.
>




<HTML>
      <HEAD>
             <TITLE>Adolfo's signature</TITLE>
      </HEAD>
      <BODY>
             <center><b><em>Adolfo Rodriguez Miguelez</em><b></center>

      </BODY>
      </HTML>





_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

Reply via email to