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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...