[jboss-user] [JBoss Seam] - Seam iText - Table in Footer

mdesignz do-not-reply at jboss.com
Sun Dec 9 13:17:24 EST 2007


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



More information about the jboss-user mailing list