[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3830) e:cell doesn't support null values

Eric Jung (JIRA) jira-events at lists.jboss.org
Wed Dec 10 18:56:36 EST 2008


e:cell doesn't support null values
----------------------------------

                 Key: JBSEAM-3830
                 URL: https://jira.jboss.org/jira/browse/JBSEAM-3830
             Project: Seam
          Issue Type: Bug
          Components: Excel
            Reporter: Eric Jung
         Attachments: JXLHelper.java.diff

If the value of an e:cell is null , an exception is thrown due to a lack of null checks in JXLHelper.createCell(). It would be better if the cell value was empty in the case of nulls, just like JSF's and Facelets' <h:outputText value="#{aNull}"/> outputsan empty string when encountering nulls.

Workaround described below, but it gets very tedious adding null checks for hundreds of cells across multiple worksheets.


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