Within an action I am trying to build a template resulting in a String that I can use in the body of an email message that is being sent.
If I visit http://<server/webapps>/template/screen1.vm/action/requestverify
Within my RequestVerify.doPerform action I want to send an email that has the body
of screen2.vm and return a completed version of screen1.vm to the user's web browser.
My current approach is to create a new data object so that I don't corrupt the servlet based one:
I don't understand this. Have you tried using org.apache.turbine.util.velocity.VelocityEmail? Sending email is really easy! :)
Eric
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
