Re: RequestCycle bug at urlFor?

2009-08-25 Thread Vytautas Čivilis
Hi Francisco. It's certainly the same location in code, but the issues are a bit different. I've filed the bug at https://issues.apache.org/jira/browse/WICKET-2434 Vytautas francisco treacy wrote: Hi Vytautas, Honestly I don't know if it's the same problem but I did went through lots of

RequestCycle bug at urlFor?

2009-08-24 Thread Vytautas Čivilis
Hi. I'm using RequestCycle urlFor method for building my link in this fashion: getRequestCycle().urlFor(this, ILinkListener.INTERFACE, parameters). The idea is to have link with default behavior (implement onclick), but with the explicitly set parameters too. The parameters are being asked by

Re: RequestCycle bug at urlFor?

2009-08-24 Thread francisco treacy
Hi Vytautas, Honestly I don't know if it's the same problem but I did went through lots of debugging due to urlFor a couple of months ago. I posted an issue but actually haven't followed its progress (it's still open).