|
Hi Michael,
That's a classic: <logic:equal name="ruleForm" property="isActive" value="true"/>rule
true</logic:equal>
Remove the / from your opening tag and everything will work as expected. The XML parser is not smart enough to complain that it encountered a closing tag without opening... But take care that the comparison will try to check
for String comparison, and not the boolean true...
Pierre M�tras
|
Title: logic:equal help ?!?
- logic:equal help ?!? Laufer, Michael
- Pierre M�tras

