Hi, I'm trying to upgrade several sites from 1.4m3 to 1.4r2 and have hit an issue with the AutoLinkResolver. We have lots of html with linked images that look like this:

<wicket:link><a href="SomePage.html"><img src="/some/full/path/ image.gif" /></a></wicket:link>

This used to work fine, but with the last couple of releases (r1 and r2) clicking on the image directs the user to a blank page with the image on it rather than the intended page link through a javascript onclick action. Ideally I'd like to turn off processing of img tags by the AutoLinkResolver and only have it process href's, but I can't figure out how to do that from the javadocs. Can someone point me in the right direction? Going back and setting each of these up as a BookmarkablePageLink is not an option, we need the auto linking behavior.

Thanks,
-Mike





---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to