Hey all,
I was wondering how I can send parameters from a servlet to a jsp.
I have this line in the body of my doPost method in my servlet:
response.sendRedirect("/index.jsp"
and, was wondering how I could send a parameter 'url' with the value 'test', without merely just doing:
response.sendRedirect("/index.jsp?url=test"
Thanks,
-Jamie
I was wondering how I can send parameters from a servlet to a jsp.
I have this line in the body of my doPost method in my servlet:
response.sendRedirect("/index.jsp"
and, was wondering how I could send a parameter 'url' with the value 'test', without merely just doing:
response.sendRedirect("/index.jsp?url=test"
Thanks,
-Jamie