"pete.muir(a)jboss.org" wrote : 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.
I posted the stack trace for this configuration in my original post. does not work.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4106474#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...