> From: Jean-Michel Robinet [mailto:[EMAIL PROTECTED] 
> After the action is performed, I need to send the html view 
> back to the http client and to an email output. 
> I am not sure on how to do it.

In the Action, send the email, then forward to the html view (JSP?).

Google should turn up many examples of how to send an email from Java,
if that's the part you're stuck on.  I would put that in a helper class
which gets called from the Action.  That way you can reuse it in other
projects that may not be Struts based.

-- 
Wendy Smoak
Application Systems Analyst, Sr.
ASU IA Information Resources Management 

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

Reply via email to