Hello,
 
I'm trying to modify StreamGenerator so it can accept "multipart" content-type in HTTP request. To do it I'm using "marsh" project classes (in sourceForge.net).
 
I've used them in a test servlet and they work well, but when I copy the code in the StreamGenerator it doesn't work. I've copy "marsh.jar" and new "cocoon-2.1-dev.jar" (with the new StreamGeneretor inside) to cocoon/WEB-INF/lib directory, and I think that the problem is that cocoon doesn't recognise "marsh.jar", because I get the same input even if I don't copy "marsh.jar" to WEB-INF/lib directory. What can I do to solve this problem?
 
Oskar

Reply via email to