Hi klejs,

The update code is in a short method: 


  | public String updateAddress() {
  |         em.merge(a);
  |         return null;
  |     }
  | 

a is the Address. 
em is the EntityManager.

Seam updates the member fields. So this is the full method.

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

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

Reply via email to