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
script type=text/javascript
hs.registerOverlay({
overlayId: 'closebutton',
position: 'top right',
fade: 2 // fading the
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 Dellafioreilde...@gmail.com wrote:
Hi everyone. I have integrated highslide JS to my application (well,
the web designer did). Now I