Hi,
<bean
efine id=[B]"toCompare"[B] value="JAVA"/>
<logic:match name="data" property="name" value=[B]""[B] location="start">
Matching......
</logic:match>
i want to match name property with "JAVA" value but i dont want to write value="JAVA". is there any way i can compare with variable value. in this case can i specify compare with "toCompare" variable.
Thanks,