JSTL string comparison
843840Jan 28 2008 — edited Jan 29 2008Hey Guys
I am trying to compare two JSTL variables in if condition but this if condition never evalutes to true even though there are a few varibales that are equal. The code that is giving me trouble is below
<c:if test="${currRowName == currColNodeName}">
<td colspan="2" ><x:out select="$colnodes/@name"/></td>
</c:if>
Any suggestions and help will be apreciated.
Thanks