Re: rendering output to email or send jsp via emal

2005-08-15 Thread Hubert Rabago
Niall has a solution documented in http://niallp.pwp.blueyonder.co.uk/emailTemplate.html Hubert On 8/15/05, Thomas Hartwig <[EMAIL PROTECTED]> wrote: > I know my subject is already asked in different ways but I think the > answers are not satisfying. One of the main arguments is: Struts is for >

Re: rendering output to email or send jsp via emal

2005-08-15 Thread erikweber
Why can't you open an HttpURLConnection (or similar) to your JSP, collect the HTML output, and embed that in a mime message body and then send via JavaMail? Erik -Original Message- From: Thomas Hartwig <[EMAIL PROTECTED]> Sent: Aug 15, 2005 2:19 PM To: user@struts.apache.org Subject: re