It seems there is a problem with the export when adding a decorator to a table.
 I'm using this table :

<display:table name="list" pagesize="10" requestURI="/search.do" sort="list" id="item" export="true" class="display" decorator="myDecorator">


                    <display:setProperty name="export.pdf.decorator" value="myDecorator"/>
                    <display:setProperty name="export.xml.decorator" value="myDecorator"/>
                    <display:setProperty name="export.excel.decorator" value="myDecorator"/>

<display:column>.......................

</display:table>

It works fine for xml and pdf, but the excel doesn't recognize the decorator and tries to call the method on the bean and throws an exception !

I've read there is a patch but I wasn't able to get it.
If there is anyone that had the same problem and knows a workaround, please share it !

Thank you !
Narcis


Low, Low, Low Rates! Check out Yahoo! Messenger's cheap PC-to-Phone call rates.
-------------------------------------------------------------------------
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
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to