Hello,

I suggest you use the following.

request.getParameter(String)
Use this to get a request parameter value.

request.setAttribute(String, Object)
Use this method to add an attribute to...