Hello, I have written a little method for my servlet that let's me know when something goes wrong. It sends me an email the body of which is a simple java.lang.String. This is easy as I cut mostly from a book I have ;-)
Anyway, my question now is, I want to have my RequestDipatcher fill out a jsp page and send this as the body of the email. Can anyone tell me how to achieve this? How do I convert the .jsp with all it's parameters filled in, into a java.lang.String? My thanks in advance, Andoni.
