In the JSP that you .include - <bean:define id="emailStuff"> - creates a string called emailStuff, whose content is everything that gets evaluated inside the <bean:define> tag.

Personally, I REALLY like the HttpServletResponseWrapper approach better - MUCH more elegant, and looks like less of a hack.

w

On Wed, 26 Jan 2005 11:23:49 -0500
 "Chaikin, Yaakov Y." <[EMAIL PROTECTED]> wrote:
Niall,

I am not following this line 100%:

// Get the generated email from the request attribute
String emailStuff = (String)request.getAttribute("emailStuff");

How exactly would this retrieve the generated email? Who stuck the generated
email into "emailStuff" attribute on the request??


Thanks,
Yaakov.



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to