Re: external image inside link

2009-02-24 Thread Timo Rantalaiho
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

Re: external image inside link

2009-02-24 Thread novotny
der.getLenderWebsite(), >> >> >> lender.getLender()).add(new StaticImage("bank", "images/logos/" + >> >> >> lender.getImageS

Re: external image inside link

2009-02-24 Thread Jeremy Thomerson
ankURL" href="#" target="_new">somewhere<img > >> >> wicket:id="bank" alt="" class="pic"/></a> > >> >> > >> >> Thanks, Jason > >> >> > >> >> > >>

Re: external image inside link

2009-02-24 Thread novotny
icket:id="bank" alt="" class="pic"/></a> >> >> >> >> Thanks, Jason >> >> >> >> >> >> igor.vaynberg wrote: >> >> > >> >> > the bottom of that page shows you how to embed an external

Re: external image inside link

2009-02-24 Thread Jeremy Thomerson
. > >> > > >> > -igor > >> > > >> > On Tue, Feb 24, 2009 at 3:24 PM, novotny > >> wrote: > >> >> > >> >> Hi all, > >> >> > >>

Re: external image inside link

2009-02-24 Thread novotny
gt;> 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. >>

Re: external image inside link

2009-02-24 Thread Jeremy Thomerson
#x27;s the html I want: > >> > >> <a href="http://www.gohere.com"><img > >> src="images/logo.gif"></a> > >> > >> I tried to do something like ExternalLink("link", > >> "http://www.gohere.com

Re: external image inside link

2009-02-24 Thread novotny
n-external-image.html >> but it just didn't work for me. >> >> Here's the html I want: >> >> <a href="http://www.gohere.com"><img >> src="images/logo.gif"></a> >> >> I tried to do something like Externa

Re: external image inside link

2009-02-24 Thread Igor Vaynberg
quot;, "http://www.gohere.com";, > "<img src=\"images/logos/" + lender.getImageSrc() + "\"/>"); but it > escaped the img I tried to pass in as a label. > > Thanks a bunch! > > Jason > -- >

external image inside link

2009-02-24 Thread novotny
ot;images/logo.gif"></a> I tried to do something like ExternalLink("link", "http://www.gohere.com";, "<img src=\"images/logos/" + lender.getImageSrc() + "\"/>"); but it escaped the img I tried to pass in as a label

external image inside link

2009-02-24 Thread novotny
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.h