I am using a javax.servlet.http.HttpServletRequest to implement a web application.
I have no problem to get the parameter of a request using the getParamete
Sorry, but why not use the following construction:
request.getParameterMap().put(parameterName, new String[] {parameterValue});