Unfortunately, this is not a great design for any sort of web application, 
GAE or otherwise; you may be in a bit over your head.

The most basic version of this should probably have two separate pages: the 
'mood form' and the 'response page'. When the user submits the mood form, 
you can store the Visitor entity in the handler, and immediately get the 
Entity key value. You can then redirect the user to the 'response page' and 
pass the key value of the Visitor entity as a parameter. The 'response 
page' could then retrieve the Visitor entity and do whatever processing is 
needed to display the appropriate response. You could also store the key 
value as long lived cookie in the user's browser, so that the response 
would show up on subsequent visits.


-- 
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/-/eceZu6hH8-8J.
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