Hello, I am adding a MarkupContainer to my page that outputs something like this:
<img wicket:id="logoImage" src="file:///resources/images/logo.jpg"> or this: <link rel="stylesheet" type="text/css" href="file:///resources/stylesheets/text.css" / > [Just in case this does not render because of html-based mail clients: <img wicket:id="logoImage" src="file:///resources/images/logo.jpg"> or this: <link rel="stylesheet" type="text/css" href="file:///resources/stylesheets/text.css" /> ] Although this works from a static html page, it doesn't work when Wicket renders this page. The html shows up correctly when I view the source, but the image and CSS don't get rendered. Is something happening behind the scenes that I should be aware of? Thanks! Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
