Posted By:
Loc_T
Posted On:
Wednesday, June 5, 2002 07:24 AM
I am currently using RequestDispatcher.forward() that get from ServletContext to forward the request to two different jsp but I get an IllegalStateException on the second forward I guess because the Response was set by the first foward method. The two JSPs are on the same page but in different frames. Would .include() help? Or would a return on first JSP help? I have tried various combination but no positive result. thanks