webtier@glassfish.java.net

Re: jsf - commandLink actionListener=".. not working within h:dataTable

From: <webtier_at_javadesktop.org>
Date: Thu, 10 Sep 2009 01:37:37 PDT

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