0

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 ?

pheromix
  • 18,213
  • 29
  • 88
  • 158

0 Answers0