[jboss-user] [JBoss Seam] - Re: Navigating depth in object graph
angelogalvao
do-not-reply at jboss.com
Thu Jul 27 07:36:18 EDT 2006
"petemuir" wrote : How about in your Client Entity
|
| public class Client {
| | private Address address;
| | ...
| | public Client() {
| | address = new Address();
| | }
| |
| | // Getters and Setters
| | }
OK... but if my address is not required??? when i try to save the client i got a TransientObjectException, something like that!!! :(
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961248#3961248
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3961248
More information about the jboss-user
mailing list