In my side I have this strToken in my VO class and I have this class's objects added to a list in the action and this action is being used in the iterator..
When I tried to use something like this
<html:if test="strToken== 'A'" >
<html

ropertyvalue="strToken" >
I am not able to get the desired result.. Is ther anything I am overlooking at..