MAX_ROWS reached error message instead displays MAX_COLUMNS
-----------------------------------------------------------

                 Key: JBSEAM-4814
                 URL: https://issues.jboss.org/browse/JBSEAM-4814
             Project: Seam 2
          Issue Type: Bug
          Components: Excel
    Affects Versions: 2.2.2.Final
            Reporter: Derek MacDonald
            Priority: Minor
             Fix For: 2.3.0.ALPHA


When the 65535 row limit of a spreadsheet is reached, the generated exception's 
message mistakenly displays the limit as 255.

org/jboss/seam/excel/jxl/JXLExcelWorkbook.java Line 130:

129     if (currentRowIndex >= MAX_ROWS) {
130             throw new ExcelWorkbookException(Interpolator.instance()
131                     .interpolate("Excel only supports {0} rows", 
MAX_COLUMNS));
132     }

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
seam-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-issues

Reply via email to