Martin Dames wrote:
> Hmm... I want to embedd into my HTML template some svg graphics. This is
> just only for Firefox, or IE users with the adobe plugin. That means, I need
> that Firefox turns on its XML parser, so I would need to use XHTML, because
> if the file has the file extension html it doesnt render svg graphics.
> 
> Any suggestion without entering the world of pain?

I suggest you revisit this in about three years, when the browsers 
might actually support it properly. In the meantime, use Batik to render 
the SVG to PNG on the fly server-side. If you really must persist, 
override configureResponse in your Page, like I said.

Al

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to