Hi, I have a Parent Class with a List of Child Objects. This is an owned one to many relation and I am able to get the child objects from the Parent Object after I get the Parent Object from the DataStore.
Now, the Child Objects in turn have a List of Objects ( so they are the grandchildren)... now when I create a GrandChild object and try to call makePersistent() on it, they key is always null. Is there something very basic that I am missing ? Thanks, -Ic -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
