Esteve Camps Chust wrote:
The problem is "renderJSP" method, so it constructs a customized JSP with
username data. For example, "renderJSP" should return something like:

<html>
  <body>
     <p>Welcome [EMAIL PROTECTED]</p>
     <p>this is a welcome email.</p>
  </body>
</html>

Do this:
http://freemarker.sourceforge.net/docs/pgui_quickstart_all.html
inside your action.

(where test.ftl contains the html above)

then pass the result to your emailer.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to