Bugs item #968559, was opened at 2004-06-07 23:57
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=536613&aid=968559&group_id=73068
Category: export
Group: planned for 1.0
Status: Open
Resolution: None
Priority: 5
Submitted By: Dan T. Tran (danttran)
Assigned to: Nobody/Anonymous (nobody)
Summary: Export cancel out my UTF8 filter
Initial Comment:
I have a filter to set encoding as UTF-8. However the
following block of code the TableTag.java
undo this filter and break my export data.
try
{
// this will also reset headers, needed when
the server is sending a "no-cache" header
this.pageContext.getResponse().reset();
out.clear();
}
So I had to modified it as
try
{
// this will also reset headers, needed when
the server is sending a "no-cache" header
//this.pageContext.getResponse().reset();
out.clear();
}
to keep my export code working.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=536613&aid=968559&group_id=73068
-------------------------------------------------------
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite! GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel