Logic:iterate and logic:equalquestion

2004-01-26 Thread Marco Mistroni
Hi all, I need to use the logic:equal inside a logic iterate..and I am Having problems.. My case is that I hae in an ActionForm an HashMap property which contains Pairs of String, MyObject. My object has a Boolean property called status What I want to do is to loop thru all the objects

Re: Logic:iterate and logic:equalquestion

2004-01-26 Thread Nicolas De Loof
Solution 1 : bean:define id=myObject name=element property=value/ logic:equal name=myObject property=status value=trueActive/logic:equal ... Solution 2 : logic:equal name=element property=value.status value=trueActive/logic:equal ... Nico. Hi all, I need to use the logic:equal inside a