It's not a secret anymore!
The moose likes Other Open Source Projects and the fly likes Display Tag Export Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Other Open Source Projects
Reply Bookmark "Display Tag Export" Watch "Display Tag Export" New topic
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" />
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Display Tag Export
 
Similar Threads
problem exporting data using Display Tag
Display Tag
JSTL paging error
Display Tag Export
display tag issue