Hi all,
I m new to displaytag and Struts.
I used the export attribute to export data to excel,csv,pdf or whatever.

All I could manage to get in the file is column heads..I might be swallowing 
the remaining contents somewhere. If any of U have faced problem of this kind 
..plz reply..

the code snippet which is causing my code to work improperly is listed below 
for ur perusal,

<c:set var="ra" value="${reportForm.rptArray}"/>

<displayEL:table id="row" name="${ra}" export="true" class="table.mars">  
  <displayEL:column property="quarter" title="Quarter" media="csv excel" 
group="1" />
  <displayEL:column property="agents"  media="csv excel"/>
  <displayEL:column property="received" media="csv excel"/>
  <displayEL:column property="uploaded" media="csv excel"/>
  <displayEL:column property="pending" media="csv excel"/>
  <displayEL:column property="sentToITD" title="Comments" media="csv excel"/>
  <displayEL:setProperty name="export.pdf" value="true"/>
</displayEL:table>

The IDE i m working in is Webshere Application Studio developer 5.1
Struts Version is 1.2.4

what might be the problem?

-- 
_______________________________________________
Surf the Web in a faster, safer and easier way:
Download Opera 8 at http://www.opera.com

Powered by Outblaze


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to