Hello , 
  Iam using RowSetDynaClass.
My jsp file:

<display:table name="formBean.resultSet.rows" requestURI=""
id="reportsTable" defaultsort="1"
                class="table" export="true" style="width:100%">
                    <display:column sortable="true" property="ID"
title="ID"/>
                    <display:column property="UPDATEDTIME"
title="UPDATEDTIME"/>
</display:table>
When I click the export link PDF or XML, no data is displayed there.Only the
column names show up.
Did I miss something?

In othercases when  I used a List instead of RowSetDynaClass, the export
options worked great. But with  RowSetDynaClass , the data is not getting
exported.

I am using iText-1.3.jar .
I tried the same with iText-2.1.jar, but that didnot help me.


Thank you.



-- 
View this message in context: 
http://www.nabble.com/RowSetDynaClass-and-export-Options-tp17028985p17028985.html
Sent from the iText - General mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Do you like iText?
Buy the iText book: http://www.1t3xt.com/docs/book.php
Or leave a tip: https://tipit.to/itexttipjar

Reply via email to