Fabrice Sarciaux wrote:
>
> can someone tell me or direct me to a url where the usage of "forward" is
> explained because i can't get it to work. i keep getting :
>
> java.lang.IllegalStateException: Cannot forward when getOutputStream()
> already called.
Any document you get will say the say as the above Exception describes.
You cannot use forward after calling getOutputStream or getWriter. So
check your code to see where either getOutputStream or getWriter is
being called.
Gabriel Wong
http://www.ezwebtools.com
-------------------------
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".