David Leangen schreef:
> the url generated and included in the mail is this:
>
>   http://localhost:8080/app//page?ct=35fa3b27724496d448075cdff5c8856
>
> When I copy that address and paste it into my web browser, the page
> works as I expect it to.
>
> However, if I actually click on that link from my mail message, a
> browser is opened with that link, but the page is "instantly" (i.e.
> within less than a second) redirected to the following link:
>
> http://localhost:8080/app//page?wicket:pageMapName=wicket-0&ct=%5BLjava.lang.String%3B%401e26e52
>
> This messes up what I am trying to do...
>
> I should mention that I mounted this page with the 
> QueryStringUrlCodingStrategy.
>   
I've been bitten by this also, haven't had a chance to look into it yet 
though.

I noticed the problem does not appear when I open the copy-pasted url in 
a firefox tab where the application is already open. It does go wrong 
when I open it in a fresh tab.


Arnout

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to