You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Anecss <an...@myway.com> on 2003/02/04 22:56:43 UTC

Including a cocoon url in a jsp - causes IllegalStateException

hi there,

i have something similar to the following code snipet

main.jsp
--------
<jsp:include page="/common/header.jsp" flush="true"/>
<jsp:include page="/common/navigator.jsp" flush="true"/>
<jsp:include page="/stream/content" flush="true"/>
<jsp:include page="/common/footer.jsp" flush="true"/>

/stream/content is coming from cocoon. cocoon servlet is embedded in our web-app. when including a cocoon url, using standard jsp tags, it causes illegalstateexception saying cocoonservlet is trying to add a header in the response.

i use cocoon 2.0.4 with tomcat 3.3.1 (jsp1.1 support).. comments/suggestions are very much appreciated

thanks!

_______________________________________________
No banners. No pop-ups. No kidding.
Introducing My Way - http://www.myway.com

---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>