Okay, so I think I answered my own question.  I created trouble for
myself when I started to break the application into modules, then
expected that the Register module would be able to create a link to
the Verification module (without hardcoding things, that is.)  It got
better when I started over and create the whole app as one module.  I
think I was just misusing the module capability.

On Aug 23, 1:07 pm, don <[EMAIL PROTECTED]> wrote:
> All,
>
> I'm trying to create a web site that uses a customary pattern where
> the user first registers, an email is send to the user's email
> address, then they come back to verify their email address.  I've got
> theregistrationpart working, the email is being sent, but I'm fuzzy
> on what the GWT way of doing things would be as far as, what should
> the link look like in the email?  I think I want it to point to a page
> that the browser will GET, then the user can click a button to
> verify.  Also, what's the best way to create the page that presents
> the verification page?  Is it going to be a separate Entry Point that
> that email link then points to?
>
> If there's a good example where someone's already doing this, I
> haven't been able to find it.  Any suggestions?
>
> Thanks!
> Don
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to