| Issue 115: | Export - One Response and Two getOutputStream | |
| 1 person starred this issue and may be notified of changes. | Back to list |
I Try export table to CSV file, but response is call to getOutputStream twice java.lang.IllegalStateException: getOutputStream() has already been called for this response What version of the product are you using? On what operating system? I'm try to use JMesa 2.3.2 with Java 1.6, Spring 2.0 and WebFlow Thank you for help me
Jul 7, 2008
#1
extremec...@gmail.com
Jul 14, 2008
The problem is by the use of Spring Web Flow. This technology make a getOutputStream() in his code, and this code too. Spring Web Flow and JMesa appear to be incompatible.
Jul 14, 2008
Do you know what the recommended way to do exports with Spring Web Flow is? One thing I like about the Spring framework is how simple they make the Model 2 environment. Writing out to the response is completely supported.
Jul 26, 2008
Closing as there is no reply on the outcome.
Status:
WontFix
|