[jira] Commented: (TOMAHAWK-1231) Unification of excelExport and pdfExport components into a new (exporter) component

2008-04-18 Thread Richard J. Barbalace (JIRA)
cify which mime types are supported. > Unification of excelExport and pdfExport components into a new (exporter) > component > --- > > Key: TOMAHAWK-1231 > URL: https://

[jira] Issue Comment Edited: (TOMAHAWK-1231) Unification of excelExport and pdfExport components into a new (exporter) component

2008-04-17 Thread Hazem Saleh (JIRA)
0 PM: The exporter comes to the scene :). Here is an example of usage) was (Author: hazems): The exporter comes to the scene :). > Unification of excelExport and pdfExport components into a new (exporter) >

[jira] Updated: (TOMAHAWK-1231) Unification of excelExport and pdfExport components into a new (exporter) component

2008-04-17 Thread Hazem Saleh (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hazem Saleh updated TOMAHAWK-1231: -- Status: Patch Available (was: Open) > Unification of excelExport and pdfExport compone

[jira] Created: (TOMAHAWK-1231) Unification of excelExport and pdfExport components into a new (exporter) component

2008-04-14 Thread Hazem Saleh (JIRA)
Unification of excelExport and pdfExport components into a new (exporter) component --- Key: TOMAHAWK-1231 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1231

[jira] Commented: (TOMAHAWK-980) ExcelExport - corrections to Excel generation - when a commandLink on a column

2007-06-06 Thread Emil Cazacu (JIRA)
how it would fit exactly my needs: using ... ... the rest of column tags I don't know how to code that. > ExcelExport - corrections to Excel generation - when a commandLink on

[jira] Commented: (TOMAHAWK-980) ExcelExport - corrections to Excel generation - when a commandLink on a column

2007-06-06 Thread Emil Cazacu (JIRA)
.size(); i++) { String value = getFirstTextFromUIComponent(children.get(i)); if (value != null && !"".equals(value)) { // we have found a not null value in one of the children, // so we will return it return value; } } return null; } >

[jira] Resolved: (TOMAHAWK-979) ExcelExport - correct name for the downloaded file

2007-05-18 Thread Cagatay Civici (JIRA)
-SNAPSHOT Although I always get the open/save dialog without the Content-disposition, it's good to ensure it. The fix is checked in. > ExcelExport - correct name for the downloaded file > -- > > Key: TOMAHAWK-979 >

[jira] Created: (TOMAHAWK-980) ExcelExport - corrections to Excel generation - when a commandLink on a column

2007-05-08 Thread Emil Cazacu (JIRA)
ExcelExport - corrections to Excel generation - when a commandLink on a column -- Key: TOMAHAWK-980 URL: https://issues.apache.org/jira/browse/TOMAHAWK-980 Project: MyFaces

[jira] Created: (TOMAHAWK-979) ExcelExport - correct name for the downloaded file

2007-05-07 Thread Emil Cazacu (JIRA)
ExcelExport - correct name for the downloaded file -- Key: TOMAHAWK-979 URL: https://issues.apache.org/jira/browse/TOMAHAWK-979 Project: MyFaces Tomahawk Issue Type: Bug Affects Versions

[jira] Updated: (TOMAHAWK-941) Make ExcelExport work for suffixes other than *.jsf, for example when using *.faces or *.xhtml

2007-03-29 Thread Mike Kienenberger (JIRA)
Kienenberger Status: Resolved (was: Patch Available) Applied your patch. Thanks! > Make ExcelExport work for suffixes other than *.jsf, for example when using > *.faces or *

[jira] Updated: (TOMAHAWK-941) Make ExcelExport work for suffixes other than *.jsf, for example when using *.faces or *.xhtml

2007-03-27 Thread Marco Poehler (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marco Poehler updated TOMAHAWK-941: --- Status: Patch Available (was: Open) > Make ExcelExport work for suffixes other than *.

[jira] Created: (TOMAHAWK-941) Make ExcelExport work for suffixes other than *.jsf, for example when using *.faces or *.xhtml

2007-03-27 Thread Marco Poehler (JIRA)
Make ExcelExport work for suffixes other than *.jsf, for example when using *.faces or *.xhtml -- Key: TOMAHAWK-941 URL: https://issues.apache.org/jira/browse/TOMAHAWK

[jira] Updated: (TOMAHAWK-941) Make ExcelExport work for suffixes other than *.jsf, for example when using *.faces or *.xhtml

2007-03-27 Thread Marco Poehler (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marco Poehler updated TOMAHAWK-941: --- Status: Patch Available (was: Open) > Make ExcelExport work for suffixes other than *.

[jira] Updated: (TOMAHAWK-941) Make ExcelExport work for suffixes other than *.jsf, for example when using *.faces or *.xhtml

2007-03-27 Thread Marco Poehler (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marco Poehler updated TOMAHAWK-941: --- Status: Open (was: Patch Available) > Make ExcelExport work for suffixes other than *.

Re: ExcelExport

2007-03-27 Thread Dennis Byrne
to the Excelexport to make it work with facelets (or more exacly to work with other suffixes as .jsf) and to avoid hints in new Excel-Versions if you have Numbers in Text-Cells. This is my first try to contribute, I hope everything is okay. Don't hesitate to correct me. best regards M

ExcelExport

2007-03-27 Thread Marco Pöhler
Hi, I have two minor changes made to the Excelexport to make it work with facelets (or more exacly to work with other suffixes as .jsf) and to avoid hints in new Excel-Versions if you have Numbers in Text-Cells. This is my first try to contribute, I hope everything is okay. Don't hes

[jira] Commented: (TOMAHAWK-911) ExcelExport doesn't populate column headers in Excel file

2007-03-06 Thread Cagatay Civici (JIRA)
when a bundle is used. The excel generation happens after restore view phase whereas bundle is loaded at rendering. > ExcelExport doesn't populate column headers in Excel file > -- > > Key: TOMAHAWK-911 >

Re: [jira] ExcelExport column headers in Excel file

2007-02-27 Thread Tara Peltier
to the nabble link below; > http://www.nabble.com/ExcelExport-column-headers-in-Excel-file-tf3302286.html#a9185916 > > Also next time we'd appreciate if you post these kind of stuff to the > users > mail instead. > > Thanks a lot for your help. > > Regards, >

[jira] Created: (TOMAHAWK-911) ExcelExport doesn't populate column headers in Excel file

2007-02-27 Thread Tara Peltier (JIRA)
ExcelExport doesn't populate column headers in Excel file -- Key: TOMAHAWK-911 URL: https://issues.apache.org/jira/browse/TOMAHAWK-911 Project: MyFaces Tomahawk Issue Type

Re: ExcelExport column headers in Excel file

2007-02-27 Thread Cagatay Civici
Hi Tara, Could you please file a jira issue for the points you mentioned and link it to the nabble link below; http://www.nabble.com/ExcelExport-column-headers-in-Excel-file-tf3302286.html#a9185916 Also next time we'd appreciate if you post these kind of stuff to the users mail instead. T

ExcelExport column headers in Excel file

2007-02-27 Thread Tara Peltier
Hello, I was thrilled to find the excelExport component, as I have a business need to export a datatable to excel. And on the whole, it works great! Thank you! However, I have found two areas where the behavior is unexpected, perhaps bugs? 1) If the dataTable has sortable=true, then none of