Re: SVG based UI: contenttype

2005-06-05 Thread Erik Hatcher
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

RE: SVG based UI: contenttype

2005-06-04 Thread Patrick Casey
--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 >

SVG based UI: contenttype

2005-06-04 Thread Dennis Cieplik
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