bonjour,
ce test ne fonctionne pas:
rien n'est affiché dans la colonneCode:
1
2
3
4
5
6
7
8
9
10
11
12 <display:table name="itemlist" id="item" scope="session" pagesize="20" offset="0" requestURI="" requestURIcontext="TRUE" class="displayTagTable"> <display:column property="id" titleKey="pod.early.column.id" sortable="true"/> <display:column titleKey="pod.early.column.prepared"> <c:if test="${item.prepared == true}"> YES </c:if> <c:if test="${item.prepared == false}"> NO </c:if> </display:column> </display:table>
je suis sure qu'il y a true ou false dans prepared
Pouvez vous m'aider svp?
merci