Hey everyone,
I'm having a problem with page parameters in wicket 1.2.7 when multiple
tabs are opened. I'm working on a verification system for email
adresses, which sends a mail with an url containing a guid to a user.
I've mounted the page using a queryStringUrlCodingStrategy which results
in an address like:
http://page.com/verificatie?code=0572f18d-a9b1-4b92-bb89-7243b9e35d24.
When the link is opened while you're already logged in though, wicket
changes the url while loading in something like this:
http://page.com/verificatie?code=%5BLjava.lang.String%3B%4087bf0b&wicket:pageMapName=wicket-0
From what I understand, this is a known issue with wicket 1.2 and is
solved in wicket 1.3. The application I'm working on however is already
fairly large and because of time constraints it is impossible right now
to migrate to 1.3 so I'm looking for a workaround for this.
One thing that I've been thinking about is to have the verification link
point you to a non wicket servlet, which writes the guid to its session,
then forwards you to a wicket page that retrieves the guid from the
other servlets session. Is there a way to get the other servlets session
in wicket?
If anyone has another suggestions for getting around this problem I'd
love to hear it.
With regards,
Rik Overvelde
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]