Link to home
Start Free TrialLog in
Avatar of amhicraig
amhicraigFlag for United States of America

asked on

Servlet redirect question

I redirect from my servlet to a jsp page.The request object i had in servlet is no longer available in the jsp.How can i get the request object in the jsp ?Or is there some other startegy to get data from the parent(page where we write response.sendRedirect) to the page where we are redirected ?
ASKER CERTIFIED SOLUTION
Avatar of mrcoffee365
mrcoffee365
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
use forward instead of redirect