dataExporter problems

UI Components for JSF
Post Reply
thiagoprocaci
Posts: 4
Joined: 24 Aug 2009, 18:57

18 Sep 2009, 19:10

Hi!
I'm having problems with dataExporter.
I'm building a xhtml page with a table. This table contains some links inside.
My code is like this:

Code: Select all

<t:dataTable id="dataTable" >
      <h:column>
              <f:facet name="header">
                    <h:outputText value="#{controller.label}" />
              </f:facet>                                      
     <h:commandLink action="detailPage" value=#{controller.name}" />                                     	                                    	  
  </h:column>
<t:/dataTable>
When i try to export that table , the value of the link doesn' t appear in the xls file.
Is it a bug?
thanks in advance!

cagatay.civici
Prime
Posts: 18616
Joined: 05 Jan 2009, 00:21
Location: Cybertron
Contact:

18 Sep 2009, 19:47

Hi, no it's expected, we avoid exporting command components like button since they don't make sense in the exported data document.

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 42 guests