What I meant was,
  for (Iterator iter = xx.iterator();iter.hasNext();)
  {
    if (condition 1)
      continue;
  } 
How do I implement this with logic:iterate, especially the continue part
         <logic:equal .....>
             continue;---------------------- >>>>  ????
         </logic:equal >


Thanks
Panchasheel 

-----Original Message-----
From: Richard Yee [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 07, 2004 6:16 PM
To: Struts Users Mailing List
Subject: RE: Question about logic:iterator, continue

Panchasheel,
Use the Logic: testing tags (equal, notEqual, lessEqual, etc.) or the
JSTL if tag.

Regards,

Richard

--- "Gandle, Panchasheel" <[EMAIL PROTECTED]> wrote:
> How do I say continue In the
> Logic:iterator tag
> 
> 
> Thanks
> Panchasheel
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 


__________________________________
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway
http://promotions.yahoo.com/design_giveaway/

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




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

Reply via email to