From jira-events at lists.jboss.org Fri May 22 15:10:25 2009 Content-Type: multipart/mixed; boundary="===============5968180168456014949==" MIME-Version: 1.0 From: Gary Hu (JIRA) To: seam-issues at lists.jboss.org Subject: [jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-4189) Seam excel exporter doesn't show the footer defined in a dataTable and only works for single UIOutput per cell. Date: Fri, 22 May 2009 15:03:56 -0400 Message-ID: <16756911.1243019036522.JavaMail.jira@cloud.prod.atl2.jboss.com> --===============5968180168456014949== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Seam excel exporter doesn't show the footer defined in a dataTable and only= works for single UIOutput per cell. ---------------------------------------------------------------------------= ------------------------------------ Key: JBSEAM-4189 URL: https://jira.jboss.org/jira/browse/JBSEAM-4189 Project: Seam Issue Type: Feature Request Affects Versions: 2.1.1.GA Reporter: Gary Hu We have found two issues in the current Seam 2.1.1.GA Excel exporter suppor= t. 1) It only works for a single UIOutput per cell. That means for each cell y= ou can only define one UIOutput per column in the dataTable. 2) The footer doesn't show in the excel spreadsheet. The following code could be used to reproduce the issue: xhtml: java code: import java.util.ArrayList; import java.util.List; import org.jboss.seam.ScopeType; import org.jboss.seam.annotations.Factory; import org.jboss.seam.annotations.Name; import org.jboss.seam.annotations.Scope; @Name("sample") @Scope(ScopeType.SESSION) public class Sample { @Factory("stringList") public List getStrList(){ List strList =3D new ArrayList(); for(int i=3D0;i<20;i++) { strList.add("StringItem"+i); } return strList; } } = -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= ps://jira.jboss.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============5968180168456014949==-- From jira-events at lists.jboss.org Fri May 22 15:20:25 2009 Content-Type: multipart/mixed; boundary="===============9063040066833990245==" MIME-Version: 1.0 From: Norman Richards (JIRA) To: seam-issues at lists.jboss.org Subject: [jbossseam-issues] [JBoss JIRA] Updated: (JBSEAM-4189) Seam excel exporter doesn't show the footer defined in a dataTable and only works for single UIOutput per cell. Date: Fri, 22 May 2009 15:13:56 -0400 Message-ID: <1702989.1243019636565.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 16756911.1243019036522.JavaMail.jira@cloud.prod.atl2.jboss.com --===============9063040066833990245== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://jira.jboss.org/jira/browse/JBSEAM-4189?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Richards updated JBSEAM-4189: ------------------------------------ Fix Version/s: 2.2.0.CR1 > Seam excel exporter doesn't show the footer defined in a dataTable and on= ly works for single UIOutput per cell. > -------------------------------------------------------------------------= -------------------------------------- > > Key: JBSEAM-4189 > URL: https://jira.jboss.org/jira/browse/JBSEAM-4189 > Project: Seam > Issue Type: Feature Request > Affects Versions: 2.1.1.GA > Reporter: Gary Hu > Fix For: 2.2.0.CR1 > > > We have found two issues in the current Seam 2.1.1.GA Excel exporter supp= ort. > 1) It only works for a single UIOutput per cell. That means for each cell= you can only define one UIOutput per column in the dataTable. > 2) The footer doesn't show in the excel spreadsheet. > The following code could be used to reproduce the issue: > xhtml: > > xmlns:ui=3D"http://java.sun.com/jsf/facelets" > xmlns:h=3D"http://java.sun.com/jsf/html" > xmlns:f=3D"http://java.sun.com/jsf/core" > xmlns:s=3D"http://jboss.com/products/seam/taglib" > xmlns:a4j=3D"http://richfaces.org/a4j" > xmlns:rich=3D"http://richfaces.org/rich"> > > > > value=3D"#{stringList}" > var=3D"myString"> > > > > > > > > > > > > > > > > > > > > > > > > java code: > import java.util.ArrayList; > import java.util.List; > import org.jboss.seam.ScopeType; > import org.jboss.seam.annotations.Factory; > import org.jboss.seam.annotations.Name; > import org.jboss.seam.annotations.Scope; > @Name("sample") > @Scope(ScopeType.SESSION) > public class Sample { > @Factory("stringList") > public List getStrList(){ > List strList =3D new ArrayList(); > for(int i=3D0;i<20;i++) { > strList.add("StringItem"+i); > } > return strList; > } > } = -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= ps://jira.jboss.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============9063040066833990245==-- From jira-events at lists.jboss.org Wed May 27 15:56:30 2009 Content-Type: multipart/mixed; boundary="===============6273745978412768431==" MIME-Version: 1.0 From: Gary Hu (JIRA) To: seam-issues at lists.jboss.org Subject: [jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-4189) Seam excel exporter doesn't show the footer defined in a dataTable and only works for single UIOutput per cell. Date: Wed, 27 May 2009 15:48:56 -0400 Message-ID: <15267773.1243453736499.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 16756911.1243019036522.JavaMail.jira@cloud.prod.atl2.jboss.com --===============6273745978412768431== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://jira.jboss.org/jira/browse/JBSEAM-4189?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D124694= 04#action_12469404 ] = Gary Hu commented on JBSEAM-4189: --------------------------------- The column level header is exported from the dataTable to the excel spreads= heet. = However, the table level head and footer as well as the column level footer= don't show up in the excel spreadsheet. The following is the code modified slightly to reproduce the issue: "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> > xmlns:ui=3D"http://java.sun.com/jsf/facelets" > xmlns:h=3D"http://java.sun.com/jsf/html" > xmlns:f=3D"http://java.sun.com/jsf/core" > xmlns:s=3D"http://jboss.com/products/seam/taglib" > xmlns:a4j=3D"http://richfaces.org/a4j" > xmlns:rich=3D"http://richfaces.org/rich"> > > > > > value=3D"#{stringList}" > var=3D"myString" > width=3D"100px" > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > action=3D"#{excelExporter.export('myForm:dlist')}"/> > > > > > > > > Seam excel exporter doesn't show the footer defined in a dataTable and on= ly works for single UIOutput per cell. > -------------------------------------------------------------------------= -------------------------------------- > > Key: JBSEAM-4189 > URL: https://jira.jboss.org/jira/browse/JBSEAM-4189 > Project: Seam > Issue Type: Feature Request > Affects Versions: 2.1.1.GA > Reporter: Gary Hu > Fix For: 2.2.0.CR1 > > > We have found two issues in the current Seam 2.1.1.GA Excel exporter supp= ort. > 1) It only works for a single UIOutput per cell. That means for each cell= you can only define one UIOutput per column in the dataTable. > 2) The footer doesn't show in the excel spreadsheet. > The following code could be used to reproduce the issue: > xhtml: > > xmlns:ui=3D"http://java.sun.com/jsf/facelets" > xmlns:h=3D"http://java.sun.com/jsf/html" > xmlns:f=3D"http://java.sun.com/jsf/core" > xmlns:s=3D"http://jboss.com/products/seam/taglib" > xmlns:a4j=3D"http://richfaces.org/a4j" > xmlns:rich=3D"http://richfaces.org/rich"> > > > > value=3D"#{stringList}" > var=3D"myString"> > > > > > > > > > > > > > > > > > > > > > > > > java code: > import java.util.ArrayList; > import java.util.List; > import org.jboss.seam.ScopeType; > import org.jboss.seam.annotations.Factory; > import org.jboss.seam.annotations.Name; > import org.jboss.seam.annotations.Scope; > @Name("sample") > @Scope(ScopeType.SESSION) > public class Sample { > @Factory("stringList") > public List getStrList(){ > List strList =3D new ArrayList(); > for(int i=3D0;i<20;i++) { > strList.add("StringItem"+i); > } > return strList; > } > } = -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= ps://jira.jboss.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============6273745978412768431==-- From jira-events at lists.jboss.org Thu May 28 15:53:43 2009 Content-Type: multipart/mixed; boundary="===============6120234120881290012==" MIME-Version: 1.0 From: Roger Hsu (JIRA) To: seam-issues at lists.jboss.org Subject: [jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-4189) Seam excel exporter doesn't show the footer defined in a dataTable and only works for single UIOutput per cell. Date: Thu, 28 May 2009 15:45:56 -0400 Message-ID: <13807267.1243539956385.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 16756911.1243019036522.JavaMail.jira@cloud.prod.atl2.jboss.com --===============6120234120881290012== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://jira.jboss.org/jira/browse/JBSEAM-4189?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D124695= 47#action_12469547 ] = Roger Hsu commented on JBSEAM-4189: ----------------------------------- In my test, excel exporting only export header of each column to spreadshee= t. The footer of a column, header and footer of the datatable are not expor= ted Thanks > Seam excel exporter doesn't show the footer defined in a dataTable and on= ly works for single UIOutput per cell. > -------------------------------------------------------------------------= -------------------------------------- > > Key: JBSEAM-4189 > URL: https://jira.jboss.org/jira/browse/JBSEAM-4189 > Project: Seam > Issue Type: Feature Request > Affects Versions: 2.1.1.GA > Reporter: Gary Hu > Fix For: 2.2.0.CR1 > > > We have found two issues in the current Seam 2.1.1.GA Excel exporter supp= ort. > 1) It only works for a single UIOutput per cell. That means for each cell= you can only define one UIOutput per column in the dataTable. > 2) The footer doesn't show in the excel spreadsheet. > The following code could be used to reproduce the issue: > xhtml: > > xmlns:ui=3D"http://java.sun.com/jsf/facelets" > xmlns:h=3D"http://java.sun.com/jsf/html" > xmlns:f=3D"http://java.sun.com/jsf/core" > xmlns:s=3D"http://jboss.com/products/seam/taglib" > xmlns:a4j=3D"http://richfaces.org/a4j" > xmlns:rich=3D"http://richfaces.org/rich"> > > > > value=3D"#{stringList}" > var=3D"myString"> > > > > > > > > > > > > > > > > > > > > > > > > java code: > import java.util.ArrayList; > import java.util.List; > import org.jboss.seam.ScopeType; > import org.jboss.seam.annotations.Factory; > import org.jboss.seam.annotations.Name; > import org.jboss.seam.annotations.Scope; > @Name("sample") > @Scope(ScopeType.SESSION) > public class Sample { > @Factory("stringList") > public List getStrList(){ > List strList =3D new ArrayList(); > for(int i=3D0;i<20;i++) { > strList.add("StringItem"+i); > } > return strList; > } > } = -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= ps://jira.jboss.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============6120234120881290012==-- From jira-events at lists.jboss.org Thu Jun 4 18:15:00 2009 Content-Type: multipart/mixed; boundary="===============7783412997233828409==" MIME-Version: 1.0 From: Nicklas Karlsson (JIRA) To: seam-issues at lists.jboss.org Subject: [jbossseam-issues] [JBoss JIRA] Updated: (JBSEAM-4189) Seam excel exporter doesn't show the footer defined in a dataTable and only works for single UIOutput per cell. Date: Thu, 04 Jun 2009 18:05:18 -0400 Message-ID: <33523369.1244153118549.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 16756911.1243019036522.JavaMail.jira@cloud.prod.atl2.jboss.com --===============7783412997233828409== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://jira.jboss.org/jira/browse/JBSEAM-4189?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:all-tabpanel ] Nicklas Karlsson updated JBSEAM-4189: ------------------------------------- Component/s: Excel Assignee: Nicklas Karlsson Candidate for patch mailed to Gary Hu > Seam excel exporter doesn't show the footer defined in a dataTable and on= ly works for single UIOutput per cell. > -------------------------------------------------------------------------= -------------------------------------- > > Key: JBSEAM-4189 > URL: https://jira.jboss.org/jira/browse/JBSEAM-4189 > Project: Seam > Issue Type: Feature Request > Components: Excel > Affects Versions: 2.1.1.GA > Reporter: Gary Hu > Assignee: Nicklas Karlsson > Fix For: 2.2.0.CR1 > > > We have found two issues in the current Seam 2.1.1.GA Excel exporter supp= ort. > 1) It only works for a single UIOutput per cell. That means for each cell= you can only define one UIOutput per column in the dataTable. > 2) The footer doesn't show in the excel spreadsheet. > The following code could be used to reproduce the issue: > xhtml: > > xmlns:ui=3D"http://java.sun.com/jsf/facelets" > xmlns:h=3D"http://java.sun.com/jsf/html" > xmlns:f=3D"http://java.sun.com/jsf/core" > xmlns:s=3D"http://jboss.com/products/seam/taglib" > xmlns:a4j=3D"http://richfaces.org/a4j" > xmlns:rich=3D"http://richfaces.org/rich"> > > > > value=3D"#{stringList}" > var=3D"myString"> > > > > > > > > > > > > > > > > > > > > > > > > java code: > import java.util.ArrayList; > import java.util.List; > import org.jboss.seam.ScopeType; > import org.jboss.seam.annotations.Factory; > import org.jboss.seam.annotations.Name; > import org.jboss.seam.annotations.Scope; > @Name("sample") > @Scope(ScopeType.SESSION) > public class Sample { > @Factory("stringList") > public List getStrList(){ > List strList =3D new ArrayList(); > for(int i=3D0;i<20;i++) { > strList.add("StringItem"+i); > } > return strList; > } > } = -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= ps://jira.jboss.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============7783412997233828409==-- From jira-events at lists.jboss.org Sat Dec 19 17:07:31 2009 Content-Type: multipart/mixed; boundary="===============5786750018828735071==" MIME-Version: 1.0 From: Norman Richards (JIRA) To: seam-issues at lists.jboss.org Subject: [seam-issues] [JBoss JIRA] Updated: (JBSEAM-4189) Seam excel exporter doesn't show the footer defined in a dataTable and only works for single UIOutput per cell. Date: Sat, 19 Dec 2009 17:07:30 -0500 Message-ID: <1345553251.1261260450999.JavaMail.jboss@jira01.app.mwc.hst.phx2.redhat.com> In-Reply-To: 16756911.1243019036522.JavaMail.jira@cloud.prod.atl2.jboss.com --===============5786750018828735071== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://jira.jboss.org/jira/browse/JBSEAM-4189?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Richards updated JBSEAM-4189: ------------------------------------ Fix Version/s: The future (was: 2.2.1.CR1) > Seam excel exporter doesn't show the footer defined in a dataTable and on= ly works for single UIOutput per cell. > -------------------------------------------------------------------------= -------------------------------------- > > Key: JBSEAM-4189 > URL: https://jira.jboss.org/jira/browse/JBSEAM-4189 > Project: Seam > Issue Type: Feature Request > Components: Excel > Affects Versions: 2.1.1.GA > Reporter: Gary Hu > Assignee: Nicklas Karlsson > Fix For: The future > > > We have found two issues in the current Seam 2.1.1.GA Excel exporter supp= ort. > 1) It only works for a single UIOutput per cell. That means for each cell= you can only define one UIOutput per column in the dataTable. > 2) The footer doesn't show in the excel spreadsheet. > The following code could be used to reproduce the issue: > xhtml: > > xmlns:ui=3D"http://java.sun.com/jsf/facelets" > xmlns:h=3D"http://java.sun.com/jsf/html" > xmlns:f=3D"http://java.sun.com/jsf/core" > xmlns:s=3D"http://jboss.com/products/seam/taglib" > xmlns:a4j=3D"http://richfaces.org/a4j" > xmlns:rich=3D"http://richfaces.org/rich"> > > > > value=3D"#{stringList}" > var=3D"myString"> > > > > > > > > > > > > > > > > > > > > > > > > java code: > import java.util.ArrayList; > import java.util.List; > import org.jboss.seam.ScopeType; > import org.jboss.seam.annotations.Factory; > import org.jboss.seam.annotations.Name; > import org.jboss.seam.annotations.Scope; > @Name("sample") > @Scope(ScopeType.SESSION) > public class Sample { > @Factory("stringList") > public List getStrList(){ > List strList =3D new ArrayList(); > for(int i=3D0;i<20;i++) { > strList.add("StringItem"+i); > } > return strList; > } > } = -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= ps://jira.jboss.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============5786750018828735071==-- From jira-events at lists.jboss.org Wed Sep 8 09:26:49 2010 Content-Type: multipart/mixed; boundary="===============5460364891430856016==" MIME-Version: 1.0 From: Robert Raksi (JIRA) To: seam-issues at lists.jboss.org Subject: [seam-issues] [JBoss JIRA] Commented: (JBSEAM-4189) Seam excel exporter doesn't show the footer defined in a dataTable and only works for single UIOutput per cell. Date: Wed, 08 Sep 2010 09:26:49 -0400 Message-ID: <379730889.1091.1283952409653.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> In-Reply-To: 16756911.1243019036522.JavaMail.jira@cloud.prod.atl2.jboss.com --===============5460364891430856016== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://jira.jboss.org/browse/JBSEAM-4189?page=3Dcom.atlassian.jira.p= lugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D12549637#ac= tion_12549637 ] = Robert Raksi commented on JBSEAM-4189: -------------------------------------- Is that patch available somewhere? = What would be the desired behaviour in case of multiple UIOutputs in a cell= ? Simply concatenate the values in a single excel cell or create separate e= xcel cells for them? Another thing: I use a4j:commandLink in the header cells for sorting which = does not extend UIOutput and so it is ignored during export. I don't know w= hat would be a good solution to fix this. > Seam excel exporter doesn't show the footer defined in a dataTable and on= ly works for single UIOutput per cell. > -------------------------------------------------------------------------= -------------------------------------- > > Key: JBSEAM-4189 > URL: https://jira.jboss.org/browse/JBSEAM-4189 > Project: Seam > Issue Type: Feature Request > Components: Excel > Affects Versions: 2.1.1.GA > Reporter: Gary Hu > Assignee: Nicklas Karlsson > Fix For: The future > > > We have found two issues in the current Seam 2.1.1.GA Excel exporter supp= ort. > 1) It only works for a single UIOutput per cell. That means for each cell= you can only define one UIOutput per column in the dataTable. > 2) The footer doesn't show in the excel spreadsheet. > The following code could be used to reproduce the issue: > xhtml: > > xmlns:ui=3D"http://java.sun.com/jsf/facelets" > xmlns:h=3D"http://java.sun.com/jsf/html" > xmlns:f=3D"http://java.sun.com/jsf/core" > xmlns:s=3D"http://jboss.com/products/seam/taglib" > xmlns:a4j=3D"http://richfaces.org/a4j" > xmlns:rich=3D"http://richfaces.org/rich"> > > > > value=3D"#{stringList}" > var=3D"myString"> > > > > > > > > > > > > > > > > > > > > > > > > java code: > import java.util.ArrayList; > import java.util.List; > import org.jboss.seam.ScopeType; > import org.jboss.seam.annotations.Factory; > import org.jboss.seam.annotations.Name; > import org.jboss.seam.annotations.Scope; > @Name("sample") > @Scope(ScopeType.SESSION) > public class Sample { > @Factory("stringList") > public List getStrList(){ > List strList =3D new ArrayList(); > for(int i=3D0;i<20;i++) { > strList.add("StringItem"+i); > } > return strList; > } > } = -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= ps://jira.jboss.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============5460364891430856016==--