How to send or save into a file a tapestry page

2006-09-19 Thread Stephane Decleire
Hi all, I would like to send or save the HTML content generated by a page. The idea is to mail our team (perhaps by a SMTPAppender in log4j) the Tapestry exception page while showing the user a nice message when an error occured on our website. I've found on the web the solution below but

Re: How to send or save into a file a tapestry page

2006-09-19 Thread Peter Dawn
can you share the link/info for implementing this in tap3 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to send or save into a file a tapestry page

2006-09-19 Thread Stephane Decleire
Here it is : http://mail-archives.apache.org/mod_mbox/jakarta-tapestry-user/200503.mbox/[EMAIL PROTECTED] - Assuming you are already familiar with the Javamail API, it sounds like all you really need is the Tapestry-rendered data stream. This is actually really easy:

Re: How to send or save into a file a tapestry page

2006-09-19 Thread Hajaansh
Perfect! I needed this too! Cheers! On 9/19/06, Stephane Decleire [EMAIL PROTECTED] wrote: Here it is : http://mail-archives.apache.org/mod_mbox/jakarta-tapestry-user/200503.mbox/[EMAIL PROTECTED] - Assuming you are already familiar with the Javamail API, it sounds