Primefaces DataTable, lazy loading and CommandButton per row

found out that the lazy datamodel must be the same instance on postback request, even a new instance with the very same values will not work. so it must be provided from at least a @ViewScoped bean.

Leave a Comment