[
https://issues.apache.org/jira/browse/WICKET-3930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Igor Vaynberg resolved WICKET-3930.
-----------------------------------
Resolution: Won't Fix
Assignee: Igor Vaynberg
created WICKET-4062 for a new feature request that will allow this usecase
> wicket:link loads image via onclick() instead of the referenced page when an
> anchor tag includes an img
> -------------------------------------------------------------------------------------------------------
>
> Key: WICKET-3930
> URL: https://issues.apache.org/jira/browse/WICKET-3930
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 1.4.17
> Environment: Mac OSX 10.7, Java 1.6.0_26
> Reporter: George Armhold
> Assignee: Igor Vaynberg
> Labels: linking
> Attachments: wicket-link-bug.tar.gz
>
>
> With the following markup, I expect that clicking on the image will result in
> the browser loading AnotherPage:
> <a href="AnotherPage.html">
> <img src="java-logo.png"/>
> </a>
> Instead, the image itself it shown, due to the onclick() handler that
> wicket:link is adding.
> I will include a quickstart to demonstrate.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira