Hi to everybody, I've got a problem.. I've got a table with some values, a
group of them have characters in html as ' '  When I export the data to
excel or pdf, and I open the file I can see the values like this:

1 €
2 €
3 €

I want those special html characters not being exported as html, I want the
table to look like this:

1 €
2 €
3 €

How can I do that??? I'm using the ResponseOverrideFilter and for the excel
class I 'm using org.displaytag.export.ExcelView (If I use ExcelHssfView. it
gives me a Null pointer exception)
 
Thanks in advance! 
-- 
View this message in context: 
http://www.nabble.com/Exporting%2C-problem-with-characters-in-html-tp14311424p14311424.html
Sent from the DisplayTag - Dev mailing list archive at Nabble.com.


-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to