I am using struts in my application which collects information from a user using multiple forms. After the user enters all the information, I generate a report using nested tags on my beans. (I use, nested:iterate, nested:nest to get to the bean properties.) I have to send this report (web page or html or simply text) of all the information entered by the user (after confirm button is hit) to myself or project manager thru email. Can anyone suggest me how to go about doing this.
I have some idea of using Java Mail for this purpose. What I would like to know is with out recreating this report can I use the page I generated as an attachment.? Do I have to tweak the servlet to do this. ? Or the Log4J is the solution if so, how can I use nested tags to write to a file.?? Any suggestions will be appreciated. Thanks, Sobha. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

