I just looked into the artile "How-To Do Paging on App Engine" in the App Engine archive and I think that the Contributor object seems to me like an overkill for that kind of problem.
If you want to prevent multiple 'created' values to be equal you could just append a random number at the end of the 'created' value. This way you can do the pagination as describe in the article while minimizing the propability of multiple entries having the same 'created' value and without having to do this complicated Contributor stuff and the computational expensive user-email-md5 obfuscation. Regards, Constantin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
