I tried using the id by changing to the following, but it complained that rowData
doesn't have an "id":
@In("#{myFactory.rowData.id}")
| public void setInstance(MyEntity my) {
| super.setInstance(my);
| }
(Shouldn't rowData have an id if the underlying entity has an "id", which it
does?)
How would I implement your suggestion to "use my.getId rather than rowIndex"?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017823#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...