Hi, I am creating a page using GWT+App Engine. I am setting it up to have it's own user system (as opposed to using goggle accounts). New users sign up for an account and I want to email them a email confirmation with a link they need to click (just like a billion other websites do) but I don't know the best way to do this with app engine. Should I send them to the main page with some GET data in the url to determine that I need to validate the new user, or should I send them to a seperate page that is only used for this user verification and then redirects to the main page. How do I go about creating a second page, I am still new and have been doing the one page and javascript updates the layout of it.
Thanks for the help on what I imagine is such a simple question. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
