Make it easy on yourself. Prune the vales in the collection in the actions and not in the jsp page. Try to keep as much business logic out of the JSP pages ----- Original Message ----- From: "Peter Cnops" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 26, 2002 12:06 PM Subject: using condition in iterate tag
> Hi, > > How can I declare a value out of a collection and use it as a condition in > an iterate tag? I have to loop through a collection where one value is the > same for several lines. As long as this value is the same, I don't write the > line, else I do with the new value. I'm using Struts 1.0.2. > > Thanks for any help. > > > Peter Cnops > Project Management - MediaTower > > > > -- > 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]>

