I'm trying to export my table into excel but only the headers are coming across and no any of the data.

I have my displaytag.properties:
basic.empty.showtable=true
export.types=csv excel
export.pdf=false
export.xml=false
export.csv.include_header=true
export.excel.include_header=true
export.csv.filename=DocmentStatus.csv
export.excel.filename=DocmentStatus.xls

As well as my table:
<display:table name="DOCUMENT_STATUS" class="simple" scope="request" export="true">
       <display:column property="fdCd" title="fdCd"/>
       <display:column property="tsCd" title="tsCd"/>
       <display:column property="qgCd" title="qgCd"/>
       <display:column property="trCd" title="trCd"/>
       <display:column property="analNameTx" title="Analyst"/>
       <display:column property="vrsnTx" title="Version"/>
       <display:column property="vrsnStatCd" title="Version Status"/>
       <display:column property="issuId" title="Issue Id"/>
       <display:column property="statCd" title="Status"/>
       <display:column property="issuDescTx" title="Description"/>
</display:table>
begin:vcard
fn:Brad Balmer
n:Balmer;Brad
org:Peapod
adr:;;9933 Woods Drive;Skokie;IL;60077;US
email;internet:[EMAIL PROTECTED]
title:Senior Software Engineer
tel;work:(847) 583-6306
tel;cell:(847) 309-7155
note;quoted-printable:Never Tried Peapod?  Here's a Special Offer:=0D=0A=
	Simply visit www.peapod.com and enter the following VIP code into the des=
	ignated area during checkout on your first order and get $15 off.=0D=0A=
	VIP Code: EM104424=0D=0A=
	
x-mozilla-html:TRUE
url:http://www.peapod.com
version:2.1
end:vcard

Reply via email to