I think there is a something called "Classic Pipeline" in Turbine 3 that mimics Turbine 2.x screens and navigations. You may be able to grab RawScreen from the 2.x cvs and plop it into Turbine 3 along with using the "Classic Pipeline".
This is just a wild guess, since I've never used T3 before. hth, Scott ---------------------------------------------------------------------------- "In my heart of hearts, I'm an engineer, and what makes me happy is building something that works and having someone use it. That's cool." - James Gosling, Father of Java ---------------------------------------------------------------------------- > -----Original Message----- > From: Aravinda Addala [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 01, 2002 6:16 AM > To: Turbine Users List > Subject: RE: Please help. Content type: Sending pdf content to the > browser > > > Well. I am using Turbine 3 and it doesn't have RawScreen. > > Initially I tried using simple Action and later tried TemplateAction. > It seems to be a problem with TurbinePipeline. I will try to > figure out a > work around or a fix for this. > Has anyone already had a thought about a best approach? > > Aravinda. > > -----Original Message----- > From: Steve [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 01, 2002 1:42 AM > To: Turbine Users List > Subject: RE: Please help. Content type: Sending pdf content to the > browser > > > Are you trying to use a TemplateScreen instead of just a Screen or > RawScreen? > > That may be your problem. (I noticed you were using a > TemplateAction, whic > is why I ask) > > Steve > > > -----Original Message----- > From: Aravinda Addala [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 31, 2002 10:34 AM > To: Turbine Users List > Subject: RE: Please help. Content type: Sending pdf content to the > browser > > > I am attaching the action class. The same code works in a Servlet. > > FDF document is a very small document that has a link to the > pdf document on > the server. > > > -----Original Message----- > From: Aaron Smuts [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 31, 2002 4:06 PM > To: Turbine Users List > Subject: RE: Please help. Content type: Sending pdf content to the > browser > > > You tried the buffered file server? > > Then you might need a PDF serving servlet so you have control. Sounds > funny. Can you send the entire class. > > > -----Original Message----- > > From: Aravinda Addala [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, January 31, 2002 10:56 AM > > To: Turbine Users List > > Subject: RE: Please help. Content type: Sending pdf content > to the browser > > > > > > It doesn't actually work in Turbine 3 . > > All it output on the screen is the plain text of the FDF > document(Adobe > > FDF > > api). > > > > Thanks for the reply. > > Aravinda > > > > > > > > -----Original Message----- > > From: Fabio Daprile [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, January 31, 2002 2:51 PM > > To: Turbine Users List > > Subject: Re: Please help. Content type: Sending pdf content to the > > browser > > > > > > This is how i send files to the browser. > > All documents are stored in a table in MySql, in a blob field. > > For pdf files the content_type is "application/pdf". > > I use turbine 2. > > > > _attach = (Attachments)(_trans.getAttachmentss().elementAt(0)); > > > > _contentType = _attach.getContenttype() + ";name=" + "\"" + > > _attach.getFilename() + "\""; > > data.getResponse().setContentType(_contentType); > > data.getResponse().getOutputStream().write(_attach.getContent()); > > > > hope this can help you. > > > > Greetings. > > > > Fabio Daprile > > > > Aravinda Addala wrote: > > > > >Hi, > > > > > >I have read several postings about sending a different > content to the > > >browser. I am trying to generate a pdf using FDF in my > action. I get the > > >content displayed as plain text. I tried many ways ( I had set the > > content > > >type both in Response and RunData objects in my action. > Also tried to use > > >data.setContentType in the template. Nothing worked). The > same code works > > >fine if I use that in a Servlet outside turbine. > > >I am using turbine 3. > > > > > >Please help. > > > > > >Thanks in advance. > > >Aravinda > > > > > > > > > > > >-- > > >To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > >For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > > > > > > > > > > -- > > > > > > W�rth Phoenix Srl > > Via Kravogl 4, I-39100 Bolzano > > Tel: +39 0471/564111 > > Fax: +39 0471/564122 > > > > mailto:[EMAIL PROTECTED] > > http://www.wuerth-phoenix.com > > > > > > > > > > -- > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > > > > > -- > > To unsubscribe, e-mail: <mailto:turbine-user- > > [EMAIL PROTECTED]> > > For additional commands, e-mail: <mailto:turbine-user- > > [EMAIL PROTECTED]> > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
