ActionFoward issues

2004-02-19 Thread Jean-Michel Robinet
Hello, 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. Can anyone advise a suitable approach sample code? Cheers /jm

Re: ActionFoward issues

2004-02-19 Thread Michael McGrady
You mean you want the response to include what? At 12:22 AM 2/19/2004, you wrote: Hello, 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. Can anyone advise a suitable approach sample code? Cheers

RE: ActionFoward issues

2004-02-19 Thread Wendy Smoak
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

RE: ActionFoward issues

2004-02-19 Thread Michael McGrady
Here is an example, if you like: import java.util.Date; import java.util.Properties; import javax.mail.Address; import javax.mail.Message; import javax.mail.MessagingException; import javax.mail.SendFailedException; import javax.mail.Session; import javax.mail.Transport; import

RE: ActionFoward issues

2004-02-19 Thread Jean-Michel Robinet
-Message d'origine- De : Michael McGrady [mailto:[EMAIL PROTECTED] Envoyé : jeudi 19 février 2004 17:28 À : Struts Users Mailing List Objet : Re: ActionFoward issues You mean you want the response to include what? At 12:22 AM 2/19/2004, you wrote: Hello, After the action is performed

RE: ActionFoward issues

2004-02-19 Thread Richard Yee
situation. Thanks in advance, jm -Message d'origine- De : Michael McGrady [mailto:[EMAIL PROTECTED] Envoyé : jeudi 19 février 2004 17:28 À : Struts Users Mailing List Objet : Re: ActionFoward issues You mean you want the response to include what? At 12:22 AM 2/19/2004, you