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

After upgrading to displaytag 1.1 from 1.0, I found myself with the same 
problem.
I found an answer at
http://uncommentedbytes.blogspot.com/2006/03/displaytag-new-features-awesome-in.
html

I needed to declare a decorator for each export flavor used.

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


These properties solved my export issues with decorated columns.

Hope this helps,
Lori

______________________________________________________________________
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=249318

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to