Re: MixedParamUrlCodingStrategy IllegalArgumentException: "Too many path parts" due to some javascript

2009-07-02 Thread Igor Vaynberg
looks like the js lib is trying to load an image by creating a relative path which is hitting your wicket page. -igor On Thu, Jul 2, 2009 at 3:56 AM, Daniele Dellafiore wrote: > Hi everyone. I have integrated highslide JS to my application (well, > the web designer did). Now I have a wicket Page

MixedParamUrlCodingStrategy IllegalArgumentException: "Too many path parts" due to some javascript

2009-07-02 Thread Daniele Dellafiore
Hi everyone. I have integrated highslide JS to my application (well, the web designer did). Now I have a wicket Page with, in wicket:head hs.registerOverlay({ overlayId: 'closebutton', position: 'top right', fade: 2 // fading the semi-transparent overlay loo