Hi folks,
I’m stumped trying to figure out how to compare a value to a bean.
<logic:notEqual name=”element” property=”lvl” value=”<bean:write
name=’currentLevel’/>”>
I’m in a logic:iteration loop. Element is the bean that holds
property “lvl” which I want to compare to the bean “currentLevel”.
It’s a tree, and I need to know when the tree branches.
TIA,
Lee