"[EMAIL PROTECTED]" 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#4106474

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4106474
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to