Max, It looks like you need to be working with a string-encoded key when you generate the client-side pages, which you can then convert back to a Key server-side as needed. You can obtain the string-encoded version by passing the Key object to str(). See http://code.google.com/appengine/docs/python/datastore/keyclass.html for details.
-Amy On Sun, Oct 23, 2011 at 10:25 PM, Max <[email protected]>wrote: > Do someone know how to sort it out? > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-appengine/-/RTdz9gXXFlYJ. > 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. > > -- 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.
