Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4011325
By: majupaulj

hi....

I'm having a same kind of error where i'm getting the table perfectly but on
exporting its showing a blank page . i'm using dispatch action and so i have
enabled the export filter

any idea????

<%
  request.setAttribute( "test", request.getAttribute("list") );
%>

  <display:table name="test" export="true" id="currentRowObject">
    <display:setProperty name="export.rtf.filename" value="example.rtf"/>

                <display:column property="entrydate" />
                <display:column property="consingmentid"  />
                <display:column property="target" />
                <display:column property="destname"  />
                <display:column property="weight" />
                <display:column property="amount" />

    <display:setProperty name="export.pdf" value="true" />
  </display:table>
 
here is my code...

Maju Paul J

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=249317

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to