I'm making a generator that is a descendant of AbstractGenerator. The problem I'm having is when I use a POST. If in my form I use the encoding type "text/plain" all works well, content-length is ok, I open the stream and read the posted data. If I use the encoding type "application/x-www-form-urlencoded" or "multipart/form-data", the content length is ok, but I get no data on the stream.

What am I doing wrong?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
For additional commands, e-mail: users-h...@cocoon.apache.org

Reply via email to