[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3691) Seam Excel header for center facet does not work

Ted Jenkins (JIRA) jira-events at lists.jboss.org
Tue Nov 11 16:22:36 EST 2008


Seam Excel header for center facet does not work
------------------------------------------------

                 Key: JBSEAM-3691
                 URL: https://jira.jboss.org/jira/browse/JBSEAM-3691
             Project: Seam
          Issue Type: Bug
          Components: Excel
            Reporter: Ted Jenkins


When using Seam Excel functionality, and including a worksheet header for the center facet, it will not show in the exported Excel file.

Here's what I've done to make this work:
-In UIHeader.java, changed the static CENTER_FACET from "center" to "centre".
-In JXLFactory.java, changed the call in createHeaderFooter() to processHeaderFooter from uiHeaderFooter.getFacet("middle") to uiHeaderFooter.getFacet("centre")
-Implemented the header tag with a facet of "centre" rather than "center"

-- 
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