From buddhabuddy at hotmail.com Mon Jun 30 13:12:17 2014 From: buddhabuddy at hotmail.com (Jake C) Date: Mon, 30 Jun 2014 17:12:17 +0000 Subject: [jboss-as7-dev] Replacement for org.jboss.seam.faces.Renderer? Message-ID: We have a process for sending emails and faxes that uses org.jboss.seam.faces.Renderer to convert a view to HTML. Is there a way to do this on JBoss AS 7 without Seam? It doesn't look like there is a similar class in JBoss 3. Is that because it just wasn't gotten to by the time it was canceled, or because J2EE now has a standard way of doing this? ---- Jake C -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jboss-as7-dev/attachments/20140630/23f98ac1/attachment.html From lincolnbaxter at gmail.com Mon Jun 30 15:12:30 2014 From: lincolnbaxter at gmail.com (Lincoln Baxter, III) Date: Mon, 30 Jun 2014 15:12:30 -0400 Subject: [jboss-as7-dev] Replacement for org.jboss.seam.faces.Renderer? In-Reply-To: References: Message-ID: Unfortunately this feature was neither ported to Seam 3, nor standardized. We recommend using a templating engine such as FreeMarker or Velocity. (If you are feeling really adventurous, you can try using an internal HTTP request to a private view that renders the HTML, then capturing the output from that internal request for use in the email/fax.) On Mon, Jun 30, 2014 at 1:12 PM, Jake C wrote: > We have a process for sending emails and faxes that uses > org.jboss.seam.faces.Renderer to convert a view to HTML. > > Is there a way to do this on JBoss AS 7 without Seam? It doesn't look like > there is a similar class in JBoss 3. Is that because it just wasn't gotten > to by the time it was canceled, or because J2EE now has a standard way of > doing this? > ---- > Jake C > > _______________________________________________ > jboss-as7-dev mailing list > jboss-as7-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/jboss-as7-dev > -- Lincoln Baxter, III http://ocpsoft.org "Simpler is better." -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jboss-as7-dev/attachments/20140630/69d81a17/attachment.html