I'm not aware we have such a component in wicket core, but it is realy
easy to create one yourself.. Try it. Use ExternalLink or any of the
other components as example and extend it the way that it is
re-usable. Should be simple. If you have problems with it, we are more
than happy to help

Juergen

On 7/27/06, Nili Adoram <[EMAIL PROTECTED]> wrote:
> Hi all,
> How can render an ExternalLink with an image AND a label?
> onComponentTagBody of ExternalLink overrides all markup apart from the
> label.
> So, if I have a link <a wicket:id="myLink" href=""><img
> src="mygif"/>MyLabel</a>
> the rendered output will be: <a wicket:id="myLink" href="">RenderedLabel</a>
>
> Thanks
> Nili
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to