>>Are you using AJAX, or a generated page?
It is a Generated Page.

This issue was seen from the SDK 1.7.6. Before that it was worked perfectly.

 >> If generated, you're probably generating the new page before the
write/index update completes.
The Page is redirecting after the datastore operation performed. Something
like this:

db.delete(key)

self.redirect(new_page)

Does this will redirect the page before completing the delete operation ?


-Nijin Narayanan




On Wed, Apr 17, 2013 at 4:37 AM, Chad Vincent <[email protected]> wrote:

> Are you using AJAX, or a generated page?
>
> If AJAX, you should put the new object in the display on successful write.
>  If generated, you're probably generating the new page before the
> write/index update completes.
>
>
> On Tuesday, April 16, 2013 7:33:37 AM UTC-5, Nijin Narayanan wrote:
>>
>> Hi,
>>
>> When a datastore operation performed via GET/POST, the web pages are not
>> updating its content properly. After a refresh will shows the correct
>> content. This issue was seen on both SDK and Production environment and
>> it occurred randomly on different appengine appliactions.
>>
>> Does anyone have the same issue ?
>>
>> Please help me to resolve this.
>>
>> -Nijin Narayanan
>>
>>
>>   --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/google-appengine?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to