Try
@DataModel(value="myAuditList")
| private List myAuditList;
|
| @DataModelSelection(value="myAuditList")
| private Object[] myAuditListSelection;
|
| @DataModelSelectionIndex(value="myAuditList")
| //this is the row number of the underlying collection
| private int currentRowNum;
The value on @XXXSelection refers to the datamodel it is selecting from.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4106302#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...