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