There is a collection :
<c:set var = "tab" scope = "session" value = "${listIndicateurANN}" />
I loop it and make a test :
<c:forEach items="${tab}" var="obj" >
<c:if test="${fn:trim(obj[12]) eq 'T'}">
Although the data obj[12]
's length is 1 ! So why ?