Re: cocoon struts together

2003-02-05 Thread Anecss
Hi there, We have started development for a project, which uses both Struts and Cocoon. Our developers are facing lot of technical issues while using this combo -- taking more time to resolve -- more issues - less productivity. We had success in earlier projects which used these products

Including a cocoon url in a jsp - causes IllegalStateException

2003-02-04 Thread Anecss
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/