[jboss-user] [JBoss Seam] - Re: dataTable in two windows

mariuszs do-not-reply at jboss.com
Mon Jan 22 15:58:07 EST 2007


I think somethink like this can help...

@RequestParameter
  | Long entityId;
  | 
  | public void removeMyEntity() {
  |  MyEntity mySelectedEntity = em.find(MyEntity.class, entityId);
  |  em.remove(mySelectedEntity);
  | }
  | 


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

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



More information about the jboss-user mailing list