While reading the article on pagination I noticed a small error in one of the examples.
http://code.google.com/appengine/articles/paging.html Near the mid of the page there is the suggestion to make the property unique by adding the email address and a counter value. The counter values for [email protected] are the wrong order. At 01:10:03 a counter value of 3 is appended At 04:38:00 a counter value of 1 is appended But the code increments the counter. -- 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.
