[jboss-user] [JBoss Seam] - Re: Seam-PDF + Facelets
ivanflorentin
do-not-reply at jboss.com
Wed Jul 4 01:13:56 EDT 2007
sorry...
dynamically include other facelests while generating a pdf...
| ...
|
| <f:facet name="header">
| <ui:include src="header.xhtml"/>
| </f:facet>
|
| ...
| <p:paragraph>some other specific info</p:paragraoh>
| <ui:include src="#{pdfFragment.viewID}">
| <ui:param name="myParam" value="#{param}" />
| </ui:include>
|
|
It works beautifully in jsf/fscelets but not in seam-pdf
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060229#4060229
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060229
More information about the jboss-user
mailing list