You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "NINA.de Internet Service Agentur" <te...@nina.de> on 2000/12/11 12:18:42 UTC

Reroute the output of a processed jsp page into a String or StringBuffer object

Hello,

is it possible to reroute the output of a processed jsp page into a String
or
StringBuffer object in order to send it as an email message with the Java
Mail API?

We use Tomcat 3.2 final with beans and jsp pages and want to use the parse
mechanism
of jsp pages of Tomcat to generate user defined email messages. The contents
of the
messages are provided by beans with sessionwide scope.

Any ideas ?

Regards,
Ralf.D. Zimmerer