[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3341) add support for facet name="footer" in <e:column>

Vladimir Kovalyuk (JIRA) jira-events at lists.jboss.org
Wed Aug 27 16:24:38 EDT 2008


add support for facet name="footer" in <e:column>
-------------------------------------------------

                 Key: JBSEAM-3341
                 URL: https://jira.jboss.org/jira/browse/JBSEAM-3341
             Project: Seam
          Issue Type: Feature Request
          Components: Excel
    Affects Versions: 2.1.0.BETA1
         Environment: any
            Reporter: Vladimir Kovalyuk


		<e:column>
			<f:facet name="header">
				<e:cell templates="header" value="#{column.name}" />
			</f:facet>
			<e:cell value="#{column.value}" />
			<f:facet name="footer">
				<e:cell templates="footer" value="#{column.total}" />
			</f:facet>
		</e:column>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list