[Wicket-user] Page getting redirected when accessing from mail reply

2007-07-08 Thread David Leangen
I am trying to implement some features that require feedback from a mail message. The mail message contains an MD5 hashed key that provides the "authentication" so to speak for that page view. For instance, during my tests, the url generated and included in the mail is this: http://localhost:8

Re: [Wicket-user] Page getting redirected when accessing from mail reply

2007-07-09 Thread Arnout Engelen
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

Re: [Wicket-user] Page getting redirected when accessing from mail reply

2007-07-09 Thread Arnout Engelen
David Leangen schreef: http://localhost:8080/app//page?wicket:pageMapName=wicket-0&ct=% 5BLjava.lang.String%3B%401e26e52 I looked into this a bit, and this is due to some confusion about whether the RequestParameters parameters should be a Map or a Map. Not sure how to properly fix this,

Re: [Wicket-user] Page getting redirected when accessing from mail reply

2007-07-09 Thread David Leangen
Cool, thank you! I'll try that out tomorrow. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > Arnout Engelen > Sent: 9 July 2007 22:59 > To: [EMAIL PROTECTED]; wicket-user@lists.sourceforge.net > Subject: Re: [Wicket-use

Re: [Wicket-user] Page getting redirected when accessing from mail reply

2007-07-10 Thread David Leangen
Excellent! Thank you, this did indeed solve the problem and seems like a reasonable temporary workaround. I really must try to fix my setup so I can step through the wicket code during debugging... :-( Thanks again! On Mon, 2007-07-09 at 15:58 +0200, Arnout Engelen wrote: > David Leangen sch

Re: [Wicket-user] Page getting redirected when accessing from mail reply

2007-07-10 Thread Martijn Dashorst
On 7/11/07, David Leangen <[EMAIL PROTECTED]> wrote: > > Excellent! Thank you, this did indeed solve the problem and seems like a > reasonable temporary workaround. > > I really must try to fix my setup so I can step through the wicket code > during debugging... :-( mvn eclipse:eclipse -DdownloadS

Re: [Wicket-user] Page getting redirected when accessing from mail reply

2007-07-11 Thread David Leangen
> > I really must try to fix my setup so I can step through the wicket code > > during debugging... :-( > > mvn eclipse:eclipse -DdownloadSources=true > > or > > mvn idea:idea -DdownloadSources=true > > And start your application in the debugger. Thanks for the tip, Martijn, I wish it were th

Re: [Wicket-user] Page getting redirected when accessing from mail reply

2007-07-11 Thread Eelco Hillenius
> The only drawback with my particular setup is that I need to actually > create a bundle for the source and place it also in the target platform. > That's too much work for a lazy person like me. ;-) I bet you could have done that in the time you wrote these replies! *cracks the whip* :) Eelco

Re: [Wicket-user] Page getting redirected when accessing from mail reply

2007-07-11 Thread David Leangen
> I bet you could have done that in the time you wrote these replies! > *cracks the whip* :) He he... you're probably right. And all the time I've spent asking other stupid questions, too. ;-) Eelco, how have your experiments with OSGi been coming along? Will that be included in your book?

Re: [Wicket-user] Page getting redirected when accessing from mail reply

2007-07-19 Thread Eelco Hillenius
> Will that be included in your book? It's still the plan. We're fighting to get it done in the first place though, so it might prove tricky. Marcel Offermans was also interesting in helping out, so the problem does not lie in lack of help from OSGi people. Eelco