Hi, I'm using the iterate-tag to loop a list, but I can't find a way to use the current element in attributes of inner tags, when I try the following:
<iterate property="myList"> <isEqual property="myList[].someProperty" compareValue="true"> $myList[].anotherProperty$ </isEqual> </iterate> iBATIS tries to index the property myList with an empty string, but in my opinion it should use the current element (the []-notation works fine within inner tags), when I supply an index it works just fine... Thx, Niels Beekman