2 Replies Latest reply on Aug 4, 2010 9:19 AM by arock1999

    Generating html output i can use in emails

    arock1999

      Hello,

      How would I generate an html email using Richfaces?  Is there a built-in way to do it?

       

      I'm converting a site where we used to do it by calling the html page directly using java.net.URL but i cant see that working anymore.

       

      Although the html page is pretty much static it uses Richfaces because its skin needs to be the same as the rest of the site (i'm using richfaces skins).

       

      Can this be done without an existing J2EE session being used or a new one created whenever the email is viewed?