I am afraid that still does not work.

None of these work....
<logic:iterate id="myMessage" collection="<%=messages%>">
<logic:iterate id="myMessage" collection=<%=messages%>>
<logic:iterate id="myMessage" collection="messages">


-----Original Message-----
From: Rick Reumann [mailto:[EMAIL PROTECTED]] 
Sent: Sunday, December 15, 2002 7:22 PM
To: Struts Users Mailing List
Cc: [EMAIL PROTECTED]
Subject: Re: Iterate tag Tomcat 4.1.12, issue or no?

On Sun, 15 Dec 2002 15:39:23 -0500
"Mark Conlin" <[EMAIL PROTECTED]> wrote:
              
> <%= messages.size() %>
>             
> <logic:iterate id="myMessage" collection="<%=messages%>">
> <%= myMessage.getSubject() %>
> </logic:iterate>

Try collection="messages" (without the scriplets).
 

-- 
Rick

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


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

Reply via email to