The way you described will modify parameter value?
ActionType is my parameter...say it contains string value new...i want to update it to error string value.
pretty new to this ...hope i explained you clearly..
String ActionType = request.getParameter("ActionType");
// Looking for something where I can update my parameter
//ActionType...Basically I want to set to new value error.
RequestDispatcher rd =
request.getRequestDispatcher(
"/servlet/exampleServlet");
rd.forward(request,response)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.