RE : Buffering the ouput of a JSP page within an action

2004-04-20 Thread Amine Bousta
and I intend to use it for this purpose. http://www.theserverside.com/blogs/showblog.tss?id=SpringVelocityEmail Wiebe -Original Message- From: Amine Bousta [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 2004 3:01 AM To: 'Struts Users Mailing List' Subject: Buffering the

Buffering the ouput of a JSP page within an action

2004-04-19 Thread Amine Bousta
Hello, I'm trying to write a struts action that could save in a database and send by e-mail the output of a JSP page. This JSP page needs attributes values that are stored in the session context. In other words, I need ServletContext of the struts action and the JSP page to be the same. I first