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

2004-04-20 Thread Amine Bousta
-Message d'origine- De : Wiebe de Jong [mailto:[EMAIL PROTECTED] Envoyé : lundi 19 avril 2004 20:51 À : 'Struts Users Mailing List' Objet : RE: Buffering the ouput of a JSP page within an action Check out Matt Raible's solution to templated-email using Velocity. It is good

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

2004-04-19 Thread Wiebe de Jong
Check out Matt Raible's solution to templated-email using Velocity. It is good 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, 20

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

2004-04-19 Thread Niall Pemberton
Struts has a tag - not used it myself, but the docs say it performs an internal dispatch to a component or URL and stores the response in a bean. Maybe you could use that as part of a solution. http://jakarta.apache.org/struts/userGuide/struts-bean.html#include I have a simple tag (StoreTag) wh