[jboss-user] [JBoss Seam] - Re: need help using DataModelSelectionIndex

pete.muir@jboss.org do-not-reply at jboss.com
Tue Nov 20 05:43:30 EST 2007


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#4106302

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4106302



More information about the jboss-user mailing list