Why not use the Seam EL extensions, and a @DataModel.  Then you can do:


  | <h:dataTable var="entity" values="#{myDataModel}">
  | ....
  | <h:commandLink action="#{myComponent.delete(entity)}" value="..." />
  | ....
  | </h:dataTable>
  | 

That should be easier!

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4015504#4015504

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

Reply via email to