Re: problem with logic:forwrad

2001-08-31 Thread Cedric Dumoulin
Hi, You can't do forward once you have already write something in output stream. You can only do include (ex : jsp:include). Cedric Bar³omiej Paw³owski wrote: > Hi all > > I have a problem with logic:forward > > In my jsp file are the following lines: > > > > > > It causes f

problem with logic:forwrad

2001-08-31 Thread Bar³omiej Paw³owski
Hi all I have a problem with logic:forward In my jsp file are the following lines: It causes following exception: javax.servlet.ServletException: Exception forwarding for name indexClient: java.lang.IllegalStateException: Cannot forward as OutputStream or Writer has already been obta