Hello
I am trying to altr the request attributes on an HttpServlet request object by using the methods:
Hi I am able to that, I used the requestDispatcher's forward method. thanks.
But I have a new problem.
I want to add one more new value to the request. I am using,
request.setAttribute(
String,Object)
and then using request dispatcher to forward the request from a servlet to another servlet,
but the added attributes dont seem to forwarded,
how do forward an request object along with the newly added value?