Re: [appengine-java] UserService and form data

2010-02-01 Thread Manny S
Ikai, Thanks, got it :). Misread your original post. . Too much coffee I guess... Manny On Sun, Jan 31, 2010 at 10:24 AM, Manny S wrote: > Ikai, > > Thanks for the suggestion. Problem is I don't want the sign in to be > mandatory. Users can post with or without signing in. The form is pretty > l

Re: [appengine-java] UserService and form data

2010-01-29 Thread Ikai L (Google)
What about this: 1. Submit the form to your servlet 2. Check to see if the User is logged in or not 3. If the User is not logged in, serialize the form data and cache it in the session, then redirect the User to a login URL 4. After login, repopulate the form You may also be able to save yourself

[appengine-java] UserService and form data

2010-01-29 Thread Manny S
Question on how to retain form data when the page reloads after user signs in using the userservice - Sample scenario User is entering data into a form User sees sign in button on top right Clicks it and signs in to google account Redirects back to the form page But form data (that the user fille