1

the primefaces DataExporter ignores the the column where I use to link the result.

<p:column>
            <f:facet name="header">
                <h:outputText value="Brand" />
            </f:facet>
         <h:link outcome="pretty:carBrand-page">
            <h:outputText value="#{car.brand}" />
         </h:link>
 </p:column>

How can I get the brand also exported, without href ? Thanks

Jasper de Vries
  • 19,370
  • 6
  • 64
  • 102
Yamane Imad
  • 43
  • 1
  • 6

0 Answers0