p:dataExporter

UI Components for JSF
Post Reply
lanpar
Posts: 32
Joined: 12 Oct 2010, 21:24

24 Feb 2011, 04:43

works fine with h:commandButton but not p:commandButton : just want to make sure that is known
or i am doing something wrong....if it should work then most likely something wrong in my code

this works:

<h:commandButton value="#{primemessage.csvexport}" >
<p:dataExporter type="csv" target="budgetsummary" fileName="#{primemessage.budgetsummaryreportfilename}" />
</h:commandButton>

this does not work

<p:commandButton value="#{primemessage.csvexport}" >
<p:dataExporter type="csv" target="budgetsummary" fileName="#{primemessage.budgetsummaryreportfilename}" />
</p:commandButton>

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 51 guests