-
1. Re: Displaying richfaces components with seam-pdf?
Norman Richards Dec 24, 2008 12:20 AM (in response to Marcio Dantas)I assume you are asking about p:html. I don't think any of the richfaces components would render correctly in it.
-
2. Re: Displaying richfaces components with seam-pdf?
Marcio Dantas Dec 30, 2008 2:52 PM (in response to Marcio Dantas)Yes, I had p:html in mind..
So the good practice to do simple reports using seam-pdf is writing dedicated html pages (with css embedded in the tags)?
-
3. Re: Displaying richfaces components with seam-pdf?
Norman Richards Dec 30, 2008 6:33 PM (in response to Marcio Dantas)Yeah. If you have suggestions for improving it, I'm all ears. I really considered the p:html sort of a last resort mechanism rather that a primary means of accomplishing things, but I'm open to ways to improve it.
-
4. Re: Displaying richfaces components with seam-pdf?
Marcio Dantas Feb 2, 2009 8:56 PM (in response to Marcio Dantas)Sorry about the delay. I was on vacations.
I won't mention the difficulties to get it done, but I think the best solution would look like getting that page you wrote using richfaces and other components and simply generating a pdf from it, as it is displayed by the browser.
In other words, the html page being fully translated to pdf. A very easy way to develop simple reports. No need for jasper or css solutions.
-
5. Re: Displaying richfaces components with seam-pdf?
Marcio Dantas Feb 6, 2009 8:01 PM (in response to Marcio Dantas)Good idea? What do you guys think?