JSP 2.0 and Cocoon?

2005-08-05 Thread Dirk Reiss
Hello everyone, I've got a JSP page containing the expression ${1 2} which is read by a JSP-Reader. This does not get evaluated, it's just printed in the resulting HTML-page. I thought, JSP-Reader supports JSP 2.0, doesn't it? I use Cocoon 2.1.7. Any suggestions? Many thanks in advance,

jsp:include and JSP-Reader (IllegalStateExc.)

2004-12-08 Thread Dirk Reiss
Hello, I have a jsp-file (read using JSP-Reader) that includes another jsp-file using jsp:include. This should be dynamically evaluated as it is in Tomcat alone, but what I get is an IllegalStateException with the attached stacktrace. I use Cocoon 2.1.4 running as webapp in Tomcat 5.5.4. Any

additional to jsp:forward problem

2003-08-14 Thread Dirk Reiss
hello again, I still have the problem with the lost parameters when using jsp:forward and the jsp-reader. Additionally to the description in the previous post i would like to mention that there is a entry in error.log that the ENVIRONMENT STACK HAS NOT BEEN CLEANED PROPERLY. Maybe this

Re: SourceWriter and Redirect problem

2003-08-03 Thread Dirk Reiss
Just to add a little to that, it's been disallowed to encourage patterns that work better within Cocoon. Since you're using 2.1, I'd suggest using flow's processPipelineTo (or whatever it's called now) to replace the use of the source writing transformer. After that you'll be able to