Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_jsp thread: pageContext.forward()


Message #1 by Liming Xu <lxu@t...> on Wed, 11 Jul 2001 15:42:10 -0400
Hi all, recently, I changed serveral pages of my site and removed all the
response.sendRedirect() with pageContext.forward()....the problem is that
now some of the pages are not working anymore, even if the pages themselves
have no pageContext.forward(), somehow the pageContext.forward() on some of
the pages affect other jsp pages as well..... before, page1 has some FORM
values, and then sumbit to page2 and page2 use request.getParameter() to get
the corresponding form values.....before it was fine..but now, some pages
constantly getting null values...if i change pageContext.forward() on other
pages back to sendRedirect()...it will work again...

This is just a general description of what happened...kinda hard for me to
describe in details...but has anybody had this problem before or has any
idea of what happened?










  Return to Index