Depends how the container produces the output.

If oncomponenttag is used it should work.

if the tags are generated by a model you might want turn off
setescapemodelstrings on the container.

but without seeing your code it is hard to predict what could go wrong.

Maurice

On Thu, Feb 28, 2008 at 4:16 AM, David Leangen <[EMAIL PROTECTED]> wrote:
>
>  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:
>
>   &lt;img wicket:id="logoImage"
>  src="file:///resources/images/logo.jpg"&gt;
>
>  or this:
>
>  &lt;link rel="stylesheet" type="text/css"
>  href="file:///resources/stylesheets/text.css" /&gt;
>
>  ]
>
>  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]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to