Hi Dave,

if you need only the rendered page you can use an InputStream over HTTP.

an example

new URL("localhost:8080/page.jsf").openStream() return an InputStream
object.

regards
David

2007/6/11, Dave <[EMAIL PROTECTED]>:

Hi,  I am using JSF on JBoss.  Recently I got a requirement to email a
page to users.

How to email a JSF page?  When a user opens the email, s/he should see the
whole JSF page (rendered HTML page).

Basically my question is: how to generate HTML code from a JSF page on
server side so that I email the generated HTML?

Thanks for any info.
Dave

------------------------------
TV dinner still cooling?
Check out "Tonight's 
Picks"<http://us.rd.yahoo.com/evt=49979/*http://tv.yahoo.com/>on Yahoo! TV.


Reply via email to