You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by novotny <no...@gridsphere.org> on 2009/02/25 00:23:12 UTC

external image inside link

Hi all,

Apologies for such a  simple question but I couldn't find anything-- the
closet was http://cwiki.apache.org/WICKET/how-to-load-an-external-image.html
but it just didn't work for me.

Here's the html I want:

http://www.gohere.com  images/logo.gif  

I tried to do something like ExternalLink("link", "http://www.gohere.com", "
\"images/logos/" "); but it escaped the img I tried to pass in as a label.

Thanks a bunch!

Jason
-- 
View this message in context: http://www.nabble.com/external-image-inside-link-tp22193003p22193003.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


Re: external image inside link

Posted by Timo Rantalaiho <Ti...@ri.fi>.
On Tue, 24 Feb 2009, novotny wrote:
> I tried to do something like ExternalLink("link", "http://www.gohere.com", "
> \"images/logos/" "); but it escaped the img I tried to pass in as a label.

setEscapeModelStrings(false) ?

Best wishes,
Timo

-- 
Timo Rantalaiho           
Reaktor Innovations Oy    <URL: http://www.ri.fi/ >

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