RE: JSP Include and Forward problem

2002-01-31 Thread Peter Schwenke
Hi Vadim Vadim Gritsenko writes: > > From: Peter Schwenke [mailto:[EMAIL PROTECTED]] > > > > > > I've had no problem with including other pages. I've been using the > > old style includes - mainly because we never updated the JSPs to the > > XML syntax because of an old servlet runner.

RE: JSP Include and Forward problem

2002-01-30 Thread Vadim Gritsenko
> From: Peter Schwenke [mailto:[EMAIL PROTECTED]] > > > I've had no problem with including other pages. I've been using the > old style includes - mainly because we never updated the JSPs to the > XML syntax because of an old servlet runner. (I've spent the last few > weeks reworking to Cocoon

JSP Include and Forward problem

2002-01-30 Thread Peter Schwenke
I've had no problem with including other pages. I've been using the old style includes - mainly because we never updated the JSPs to the XML syntax because of an old servlet runner. (I've spent the last few weeks reworking to Cocoon and that is on the list) eg <%@ include file="include/Standar

JSP Include and Forward problem

2002-01-30 Thread Chitharanjan Das
Hello,     The JSP Generator problem.   Has anybody tried and made it work. The standalone JSP’s work (without includes).     With inclusion of jsp:include, I get the IllegalStateException  with     Both the flush variable set to true or false.   Cal