Try this

HTML
<a wicket:id="link"><img wicket:id="img" /></a>

JAVA
add(new PageLink("link", MyPage.class).add(new Image("img", new ResourceReference(MyPage.class, "img.png"))))

For the hand cursor, use css "cursor: whateveryouwant"

HITECH79 a écrit :
Hallo,

how can i use a Image as Link and the mouse pointer is changing to a
hand-symbol...?

Cheers



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to