One solution is to avoid the dataTable, dataGrid.. and just use a forEach:
<h:panelGrid columns="1" rowClasses="borderNoneEven,borderNoneOdd">
<c:forEach var="event" items="${eventController.events}">
...
Would still be interesting to know what the problem is with the datagrid, table..
/Björn
[Message sent by forum member 'bjornf' (bfd_at_arcticgroup.se)]
http://forums.java.net/jive/thread.jspa?messageID=363492