Details
Description
Rule: Invalid Expression
Impacted line of code
<tr class="<c:if test='$
Invalid Expression : Invalid expressions syntax: Error Parsing: <c:if test='${count%2==0}
'>even</c:if><c:if test='$
{count%2!=0}'>odd</c:if><c:if test='${ActionType==
Is it a double quote issue ?
Resolved.
The parser did not handle nesting of tags where attributes are expected. This has been fixed.