Hi all,
I want to email a copy of the default ExceptionReport wile displaying only a friendly message to users. I built up the email manually in T4, but I would rather take advantage of the nice error reporting in T5. I guess this is just a specific case of wanting to use a Tapestry Page as a template. For most emails, I would just use Velocity or Freemarker, but that would be reinventing the wheel in this case. Anyone know how to render another page to a String from within a page? Jonathan