Hi Gurus,
The bug report ID : 357 is supposed to be as followed:
But the tag are all removed. Can someone please advice if and
when is convinent?
Thx in advance
1.jsp
<form 1 action="1.jsp">
 <jsp:forward page="2.jsp" />
</form>

2.jsp
<form 1 action="2.jsp">
 <jsp:forward page="3.jsp" />
</form>

3.jsp
<form 1 action="3.jsp">
 <jsp:forward page="1.jsp" />
</form>

I tried to close all response after the forward using
response.getWriter().close() and
    response.getOutputStream().close() but always get this
java.lang.IllegalStateException: Cannot forward as
    OutputStream or Writer has already been obtained Have run out of
ideas. Is this a bug? Please advice.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to