On Jun 4, 2005, at 11:34 PM, Patrick Casey wrote:
For
serving SVG I need to switch contenttype from text/html to image/
svg+xml.
I
achieved this by implementing a SVGWriter which sets the contenttype
accordingly.
The Internet Explorer ignores the contenttype, so I have to name
the pages
wi
--Original Message-
> From: Dennis Cieplik [mailto:[EMAIL PROTECTED]
> Sent: Saturday, June 04, 2005 3:20 PM
> To: tapestry-user@jakarta.apache.org
> Subject: SVG based UI: contenttype
>
> I'm implementing an application that uses a SVG based User interface. Some
>
I'm implementing an application that uses a SVG based User interface. Some
basic layout is done in html (login,..) The core tasks are implemented in
svg. I would like to use a tapestry like hierarchical setup: a svg page with
stackable svg components. Therefore I think a service isn't sufficient. F