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

Nicklas Karlsson (JIRA) jira-events at lists.jboss.org
Tue Nov 11 16:47:36 EST 2008


     [ https://jira.jboss.org/jira/browse/JBSEAM-3691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nicklas Karlsson closed JBSEAM-3691.
------------------------------------

    Fix Version/s: 2.1.1.CR1
       Resolution: Done


Thanks for the bug report. Typo, it was enough to fix in JXLFactory to match documentation. Affected center-facet in footer also.

> 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
>             Fix For: 2.1.1.CR1
>
>
> 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