hi every one,

i am using display tag to display data and export data to an excel file in
struts 1.2.9
though i am able to display the table successfully on the jsp page ...the
excel file is empty
i have been trying to get this to work but in vain ...what am i missing????

these are the contents of my display table.....

<display:table export="true" name="reports" id="report" class="its" >
   <display:setProperty name="export.rtf.filename" value="example.rtf"/>
   <display:setProperty name="export.xls.filename" value="example.xmls"/>
   <display:column property="userID" title="User ID" />
   <display:column property="strDeptID" title="Department" />
   <display:column property="strDesigId" title="Designation" />
   <display:column property="strCategoryid" title="Category" />
   <display:column property="strCompanyId" title="Company ID" />
</display:table>

its been like there is no link between table and export options......none of
the export options are not working

need help, thanks in advance
-- 
Abhishek
------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to