[jboss-user] [JBoss Seam] - Re: Remove from list using EntityHome

lightbulb432 do-not-reply at jboss.com
Fri Feb 16 14:15:21 EST 2007


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#4017823

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017823



More information about the jboss-user mailing list