This does not seem to work (it prints the table as a header):

        <f:facet name="header">
                <p:font size="8">
                <p:footer borderWidthTop="1" borderColorTop="blue">
                        <p:table columns="3">
                                <p:cell>Why Seam?</p:cell>
                                <p:cell>Why Seam?</p:cell>
                                <p:cell>Version 1.0</p:cell>
                        </p:table>
                </p:footer>
                </p:font>
        </f:facet>

Omitting the <p:table> like this does work (it prints it as a footer):

        <f:facet name="header">
                <p:font size="8">
                <p:footer borderWidthTop="1" borderColorTop="blue">Why 
Seam?</p:footer>
                </p:font>
        </f:facet>




View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111471#4111471

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4111471
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to