Thorsten Scherler wrote:

Instead I get http://pastebin.com/393378
java.lang.IllegalStateException.
The problem is that in

./src/blocks/forms/java/org/apache/cocoon/forms/flow/javascript/Form.js

cocoon.sendStatus(200);

seems to close the OutputStream while the following code tries
to write to this same OutputStream -> IllegalStateException.
A cheap workaround is to comment the workaround for safari ...
I wonder why I didn't see this exception when running the cocoon
samples ... ?
This isn't what happens, as sendStatus() calls setStatus() on the HttpServletResponse, but doesn't close the stream.

Thorsten, can you provide us with some useful extract of the sitemap?

Sure, Sylvain. Thx for offering your help. :)

<snip/>

I'm very sorry Thorsten, I meant "some useful extract of the _stacktrace_" so that we can know what is throwing the IllegalStateException...

Perhaps it was on pastebin (just noticed the link) but the page is blank now...

Sylvain

--
Sylvain Wallez                        Anyware Technologies
http://people.apache.org/~sylvain     http://www.anyware-tech.com
Apache Software Foundation Member     Research & Technology Director


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to