Sure

<logic:iterate name="foo" type="OfficeObject" id="ob">
  <logic:equal name="ob" property="aProperty" value="your_condition_value">
    html render object
  </logic::equal>
</logic:iterate> 

> -----Ursprüngliche Nachricht-----
> Von: peceka [mailto:[EMAIL PROTECTED] 
> Gesendet: Samstag, 30. Juli 2005 20:39
> An: user@struts.apache.org
> Betreff: logic:iterate - question
> 
> hi,
> 
> I've got:
> 
> ArrayList offices
> 
> array of office objects.
> On jsp page i'm showing this array using logic:iterate. But i 
> would like to show just only some objects of this array list, 
> which meet some condition. It is possible?
> 
> Best Regards,
> p.
> 
> ---------------------------------------------------------------------
> 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