hi all, this is my first email at struts list. I am a new user to struts2. I'm trying to get working the next scenario: having a mailer class, I want the message text be a rendered JSP. The action class calls a mailer class; this composes the mail from the rendering result of a jsp element (it would be fantastic that this rendering process uses some action class attributes/values). Finally, the action class informs the user about the mailing result.
Is there any way to get this working? I think I did it once on struts 1.3 :( Thanks in advance. Sincerely, Esteve