You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by miro <mi...@yahoo.com> on 2009/02/19 22:10:01 UTC

image inside anchor tag

I having trouble with using image inside anchor tag  , wicket is   adding
onclick="window.location.href='/audit/images/edit.gif';return false;"  so
when user clicks on the link image is opened and not the link .Please help
me resolve this



generated code

a href="/audit/app/editAuditProg">
											img height="18" alt="Edit" width="18"
onclick="window.location.href='/audit/images/edit.gif';return false;"
src="/audit/images/edit.gif"/>
										/a>


my code 

										a href="/audit/app/editAuditProg">
											img src="/audit/images/edit.gif"  width="18" height="18"
alt="Edit" />
										/a>



-- 
View this message in context: http://www.nabble.com/image-inside--anchor-tag-tp22109742p22109742.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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