Seam has @DataModel and supporting classes (like org.jboss.seam.jsf.ListDataModel and org.jboss.seam.faces.DataModels) which ease the use of dataGrid. The problem is that scrollableDataGrid requires some additional methods on the data model (added by classes I mentioned in a previous reply), and so Seam's @DataModel annotation can't be used with scrollableDataGrid.
Does that make sense? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4095686#4095686 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4095686 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
