Thanks for the note that this will not work in future versions. I was using it initially in 2.1 and it just worked when I moved to 2.2.01. I will update my screen that was using this (I think I only had one velocity page I used this in...) I think I was given the reference from some email group writings earlier about forcing the content type for doing CSV exports that would open directly in excel on MS users workstations.
So is the proper way to create screen classes that you want to implement such behavior, ie. SecureScreen, PdfScreen, CsvScreen and force the content type and templates there? Thanks, Jeff Painter On Wed, 20 Aug 2003, Henning P. Schmiedehausen wrote: > Jeffery Painter <[EMAIL PROTECTED]> writes: > > > > $data.setContentType( "plain/text" ) > > $data.setLayoutTemplate( "/PlainText.vm" ) > ^ > ! > > Wrong and will no longer work in Turbine 2.3. > > Please read > http://jakarta.apache.org/turbine/turbine-2.3/services/template-service.html > > > Regards > Henning > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
