request.getParameterMap().put(parameterName, new String[] {parameterValue});
(http://stackoverflow.com/questions/892537/how-to-set-a-parameter-in-a-httpservletrequest
)
request.getParameterMap().put(parameterName, new String[] {parameterValue});
(http://stackoverflow.com/questions/892537/how-to-set-a-parameter-in-a-httpservletrequest
)