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: <a href="http://www.gohere.com"><img src="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. Thanks a bunch! Jason -- View this message in context: http://www.nabble.com/external-image-inside-link-tp22193027p22193027.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
