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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to