[jboss-user] [JBoss Seam] - Re: need help using DataModelSelectionIndex
asookazian
do-not-reply at jboss.com
Tue Nov 20 11:50:22 EST 2007
"pete.muir at 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#4106474
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4106474
More information about the jboss-user
mailing list