| Author |
Display Tag Export
|
Anu Host
Greenhorn
Joined: Apr 26, 2007
Posts: 7
|
|
I am having a J2EE application. I am using display tag to display a list of items. I am having an export facility.When I use the following code I am getting the export options for PDF,Excel and CSV. How can I remove the CSV export from the options? Thanks in Advance, Anoop
|
 |
osama mostafa
Greenhorn
Joined: Jun 20, 2009
Posts: 1
|
|
try this:
<display:setProperty name="export.csv" value="false" />
|
 |
 |
|
|
subject: Display Tag Export
|
|
|