This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: MyList to ArrayList in a conversation datamodelmcarrizo Sep 15, 2008 1:51 AM (in response to fphilip)Im just having the same problem !! Best regards 
- 
        2. Re: MyList to ArrayList in a conversation datamodelmcarrizo Sep 15, 2008 2:00 AM (in response to fphilip)There is a very simple way to verify this behavior. Create a DataModel in a conversation context, open debug page, select current conversation, and click over dataModel variable. You will see something like this: - Component (permissionRolesList) 
 class class org.jboss.seam.jsf.ListDataModel
 dataModelListeners []
 rowAvailable false
 rowCount 10
 rowData java.lang.IllegalArgumentException[null]
 rowIndex -1
 wrappedData it.ma.dpn.util.view.PaginatorList@1150b68
 toString() org.jboss.seam.jsf.ListDataModel@1e31f72
 And IllegalArgumentException is the problem !!
- 
        3. Re: MyList to ArrayList in a conversation datamodelmcarrizo Sep 15, 2008 2:03 AM (in response to fphilip)Again !! - Component (permissionRolesList) class class org.jboss.seam.jsf.ListDataModel dataModelListeners [] rowAvailable false rowCount 10 rowData java.lang.IllegalArgumentException[null] rowIndex -1 wrappedData it.ma.dpn.util.view.PaginatorList@1150b68 toString() org.jboss.seam.jsf.ListDataModel@1e31f72 
 
    