Re: JSP in C2.1.1

2003-09-21 Thread Christoph Strehl
: http://marc.theaimsgroup.com/?t=10596731923. But if you have the need and time and knowledge to fix it, I won't hesitate to commit your code. Joerg Christoph Strehl wrote: After about 5 hours of building cocoon-distributions, testing and googling I am quite despaired about using JSP

JSPGen. RequestParameter Encoding

2003-09-19 Thread Christoph Strehl
Hello again, special characters in the request parameter in my JSP are somehow encrypted and even using java.net.URLDecoder.decode() doesn't change that. I tried to set the encoding to ISO-8859-1 but it didn't work at all. Has anyone had a similar problem yet? I am grateful for any hint.

JSP in C2.1.1

2003-09-19 Thread Christoph Strehl
After about 5 hours of building cocoon-distributions, testing and googling I am quite despaired about using JSP in cocoon. Cocoon runs fine but if it comes to JSPs not even the built-in examples work. org.apache.cocoon.ProcessingException: ServletException in JSPReader.generate() is the

XML2HTML

2003-09-18 Thread Christoph Strehl
Hello there, I am new to Cocoon and I am already having problems with my first example. I am trying to convert a XML file to HTML. My XML-file looks - simplified - like this: para Text with picture picsource.jpg/pic and some text. /para The xsl-file is this one:

General Questions about using Cocoon

2003-07-30 Thread Christoph Strehl
to apologize if these questions were stupid or were already asked but I didn't know where else to ask them. Regards, Christoph Strehl - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: General Questions about using Cocoon

2003-07-30 Thread Christoph Strehl
-Mensaje original- De: Christoph Strehl [mailto:[EMAIL PROTECTED] Enviado el: miƩrcoles, 30 de julio de 2003 13:07 Para: Coocoon Asunto: General Questions about using Cocoon Hi all, I am new to Cocoon and I have read some Tutorials about it so I guess I got the basic idea what it is all about. I