hello. i have a problem getting to display the tables using displaytag lib.
in my jsp. i have: everything seems correct to me :(
Collection<customers> cus= usr.getUserList();
<c:forEach items="${cus}" var="table">
<display:table name="table">
<display:column title="test" sortable="true">
<c:out value='${table.cusId}'/>
</display:column>
</display:table>
</c:forEach>
Start Free Trial