3 Replies Latest reply on May 25, 2011 3:03 PM by lightguard

    Renderer and Emails

    toddpi314

      What is the fate of the old Seam2 Renderer?


      http://docs.jboss.org/seam/2.0.0.GA/api/org/jboss/seam/faces/Renderer.html


      Is this going to be re-implemented in one of the Seam 3 modules?


      If not, what is the long-term plan for email templates?


      -- Thank you for everyone's work on the Seam 3 modules. They rock already! ---


      Todd

        • 1. Re: Renderer and Emails
          lightguard

          The long term plan is at http://seamframework.org/Seam3/MailModule. Please look at the code and provide any feedback you have, I know Cody is looking for additional feedback.

          • 2. Re: Renderer and Emails
            langerc

            I just had a look at it and want to give it a try with velocity tempaltes. I am new to maven but my seam3 setup is complete and running nice. I checked it out and built it without problems but now i am stuck with a local zip of the mail module i cannot use.


            how can i include it in my own project / pom.xml ? can you give me a clue. i guess its just a small thing i cant figure out right now.


            thx
            christoph

            • 3. Re: Renderer and Emails
              lightguard

              Do a mvn clean install from the mail directory, then you can include it in the your application pom. It has to be in the local maven repo because it hasn't been released yet.