JSF actionListener is called multiple times from within HtmlTable
- by Rose
I have a mix of columns in my htmltable: 1 column is an actionlistener, 2 columns are actions and other columns are simple output.
<h:dataTable styleClass="table" id="orderTable" value="#{table.dataModel}"
var="anOrder" binding="#{table.dataTable}"
rows="#{table.rows}"
…