Hi Prashant. How are you determining that it's not being saved? If you're
trying to query for it and the field is returned as null, then this is
likely because the Text field is not in the default fetch group. You can fix
this:

@Persistent(defaultFetchGroup = "true")
private Text description;

If this isn't the issue, then go ahead and post some sample code for me to
test.

- Jason

On Mon, Sep 28, 2009 at 11:57 PM, Prashant <[email protected]> wrote:

> Hi,
>
> I created an Object child relationship where child object contains a field
> of kind "Text". when I do makePersistent on Parent object, everythig is
> getting saved except that "Text" field of the child object.
>
>
> any idea what's happening?
>
> Thanks.
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to