Hi Dan

Jeff told me about the following trick some time ago. I needed to get the
SVG plugin to understand that SVG content was coming instead of html. Below
is the first line of my velocity template:

$response.setContentType("image/svg+xml")<?xml version="1.0"?>
....the rest of my SVG document...

/johan
----- Original Message ----- 
From: "Dan Finkelstein" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Sunday, August 24, 2003 10:49 PM
Subject: [Mav-user] How to suppress Velocity Transforms?


> Hi --
>
> I know this is a really dumb question, esp considering that I've been
using
> and relying on Maverick for over 1 1/2 years, but here goes anyway...
>
> Maverick transforms my Velocity templates (the .vm files) and these are
> displayed without any problem.  What I want to do is, in one particular
> place, is to apply the Velocity transform, and then return it as a
> text/plain file instead of html.
>
> In, maverick.xml, the section looks like:
>
> <command name="RemoteAccess">
> <controller class="blah.controllers.admin.RemoteAccess"/>
> <view name="success" content-type="text/plain"
> path="admin/remoteAccessResponse.vm"/>
> </command>
>
> When I run RemoteAccess.m, it is identified to the browser as html.... Any
> ideas?
>
> Thanks a lot,
> Dan
>
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: VM Ware
> With VMware you can run multiple operating systems on a single machine.
> WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
> at the same time. Free trial click
here:http://www.vmware.com/wl/offer/358/0
> [INVALID FOOTER]
>



-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
[INVALID FOOTER]

Reply via email to