Re: jsp:include and JSP-Reader (IllegalStateExc.)

2004-12-09 Thread Kees van Dieren
I've been trying to make dynamic includes work in JSP work, for more than a day. Sadly it seems to be impossible to dynamicly include another JSP in a JSP. I also tried the c:import tag, which is from the JSTL spec, but it doesn't work also. The only way I could have made work is to use the

Re: jsp:include and JSP-Reader (IllegalStateExc.)

2004-12-09 Thread Joerg Heinicke
On 09.12.2004 10:08, Kees van Dieren wrote: I've been trying to make dynamic includes work in JSP work, for more than a day. Sadly it seems to be impossible to dynamicly include another JSP in a JSP. I also tried the c:import tag, which is from the JSTL spec, but it doesn't work also. The only way

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