You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Steffen Neumann (JIRA)" <de...@myfaces.apache.org> on 2007/01/01 22:50:27 UTC

[jira] Created: (TOMAHAWK-840) should capture

<s:excelExport> should capture <t:columns> 
-------------------------------------------

                 Key: TOMAHAWK-840
                 URL: http://issues.apache.org/jira/browse/TOMAHAWK-840
             Project: MyFaces Tomahawk
          Issue Type: Improvement
          Components: Columns
    Affects Versions: 1.1.5-SNAPSHOT
         Environment: Linux + Tomcat 5.5.x + Java1.5
            Reporter: Steffen Neumann


Only the static content of Tables is exported using the <s:excelExport> tag. 

Columns created dynamically with <t:columns> 
are silently skipped.

To reproduce:

Use the myfaces-example-simple-1.1.5-SNAPSHOT.war,
drop tomahawk-sandbox-1.1.5-SNAPSHOT.jar and
poi-2.5.1-final-20040804.jar into its WEB-INF/lib
and finally add <%@ taglib uri="http://myfaces.apache.org/sandbox" prefix="s"%>
and <s:excelExport for="data">
        <h:commandButton action="" value="Export"/>
</s:excelExport> to the crossDataTable.jsp

Only the  <h:outputText value="#{country.name}" />
makes it into the generated .xls 

Yours,
Steffen





-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (TOMAHAWK-840) should capture

Posted by "Steffen Neumann (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/TOMAHAWK-840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12461690 ] 

Steffen Neumann commented on TOMAHAWK-840:
------------------------------------------

Of course, assigning this to <t:columns> is only
(or even less than) half the story, but there is no 
"affected components" for sandbox <s:excelExport> stuff.

Maybe the <t:columns> people can give suggestions 
to <s:excelExport> how to implement this.

Happy new year,
Steffen

> <s:excelExport> should capture <t:columns> 
> -------------------------------------------
>
>                 Key: TOMAHAWK-840
>                 URL: http://issues.apache.org/jira/browse/TOMAHAWK-840
>             Project: MyFaces Tomahawk
>          Issue Type: Improvement
>          Components: Columns
>    Affects Versions: 1.1.5-SNAPSHOT
>         Environment: Linux + Tomcat 5.5.x + Java1.5
>            Reporter: Steffen Neumann
>
> Only the static content of Tables is exported using the <s:excelExport> tag. 
> Columns created dynamically with <t:columns> 
> are silently skipped.
> To reproduce:
> Use the myfaces-example-simple-1.1.5-SNAPSHOT.war,
> drop tomahawk-sandbox-1.1.5-SNAPSHOT.jar and
> poi-2.5.1-final-20040804.jar into its WEB-INF/lib
> and finally add <%@ taglib uri="http://myfaces.apache.org/sandbox" prefix="s"%>
> and <s:excelExport for="data">
>         <h:commandButton action="" value="Export"/>
> </s:excelExport> to the crossDataTable.jsp
> Only the  <h:outputText value="#{country.name}" />
> makes it into the generated .xls 
> Yours,
> Steffen

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira