I am new to this list but have a problem with the Display:Table Export Feature. 
I have the following Table:
 
 <display:table name="employeeQueryResult" export="true" id="emp" >
        <display:column property="employeeId" title="Id" />
        <display:column property="lastName" title="Last Name" />
        <display:column property="firstName" title="First Name" />
        <display:column property="suffixName" title="Suffix"/>
        <display:setProperty name="export.excel.filename" 
value="ActorDetails.xls"/>
</display:table> 
 
The table displays all of the data fine.The problem is when the Excel or CSV 
links are clicked at the bottom of the table all I get is a blank page. What am 
I missing? I have the <%@ taglib uri="http://displaytag.sf.net"; 
prefix="display" %> declared at the top. 
 
Does something else need to be configured? I am new to Struts, J2EE and Java 
(an ASP.Net developer vet) so any help would be greatly appreciated.
 
Tim



      
------------------------------------------------------------------------------
_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to