U write output response as a ServletOutputStream and return null, this will make not to forward to any JSP page.
-yoga -----Original Message----- From: Nimish Chourey , Tidel Park - Chennai [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2003 4:57 PM To: Struts Users Mailing List Subject: RE: Action Class: Print into respone Put the data in form of bean into request/session scope and then forward to a JSP (view Page) .. Which then takes the bean from the request/session scope to render the data ... -----Original Message----- From: Christian Burger [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2003 4:53 PM To: [EMAIL PROTECTED] Subject: Action Class: Print into respone Hello, I want to generate on the fly data which I want to print into the response stream. This is not the problem: The poblem is that any Struts Action shall return with an ActionForward instance. Yes, I could generate a temporary file in which I would print. I could furthermore create an ActionForward instance which points to that file. But later on I would have to take care to clean up, etc. Somebody has an idea? best regards Christian _________________________________________________________________ Please be advised that the information contained herein is confidential and intended only for use by the individual stated above. If you are not the named recipient, you are hereby notified that any disclosure, distribution, dissemination, or copying is prohibited. If this information has been directed to you in error, please contact the sender immediately at the telephone number listed above. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

