Hi All,

I am developing registration functionality in GWT 1.4.62. After user
registration a mail is sent to the user to verify user email Id. A
link containing user name and verification code as url parameters is
sent in the mail as follows:

http://www.myapp.com/#mailVerification?userName=abcd&verificationCode=1n3b4j4lnk3kbk4kn

In my gwt application I am parsing the History token to get the values
of userName and verification code and then I validate the verification
code with the one stored in db.

The code is working fine in Firefox, IE7 but its not working in IE6.

I debug the application to find out the problem and I found out
following:

History Token return by IE7, FireFox: mailVerification?
userName=abcd&verificationCode=1n3b4j4lnk3kbk4kn

But History token return by IE6: mailVerification

Since IE6 does not return the url parameters, the application gets the
empty strings for userToken and verification code and shows error to
the user as not valid url (email not verified).

Is this issue in GWT? Can anyone please suggest any solution for the
problem.

Regards,
Prashant
--~--~---------~--~----~------------~-------~--~----~
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