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:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to