[jboss-user] [JBoss Seam] - Re: How to save seam pdf to a file

2008-02-10 Thread terryb
Norman I have logged JIRA. It would be a good feature to have in already impressive Seam PDF generation. Whichever way its done, obviously it would allow to specify serverside path/filename. I have logged JIRA: http://jira.jboss.com/jira/browse/JBSEAM-2613 View the original post : http://www

[jboss-user] [JBoss Seam] - Re: How to save seam pdf to a file

2008-02-04 Thread terryb
Thanks Norman, I will report back when make some progress on it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126395#4126395 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126395 __

[jboss-user] [JBoss Seam] - Re: How to save seam pdf to a file

2008-02-04 Thread [EMAIL PROTECTED]
I would add that if you do either of those, report back if there's anything you think UIDocument could do to make life easier to re-use for other purposes. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126253#4126253 Reply to the post : http://www.jboss.co

[jboss-user] [JBoss Seam] - Re: How to save seam pdf to a file

2008-02-04 Thread [EMAIL PROTECTED]
I can think of two options. One would be to simply subclass UIDocument and create a new tag with a different implementation of encodeEnd. Another option would be to use setRedirect="false" and nest the p:document in any JSF component that implements ValueHolder. (maybe a custom component tha