Hi,
we have to create a jsp hook by modifying render_portlet.jsp.
Below is the sample code to set in dynamic request,
/** Fix added to pass http request parameters to the portlet only for parameter names that start with '_eventId' --- begin **/
if(renderRequestImpl.getHttpServletRequest() instanceof com.liferay.portal.servlet.NamespaceServletRequest){
com.liferay.portal.servlet.NamespaceServletRequest namedDynamicRequest =
(com.liferay.portal.servlet.NamespaceServletRequest)renderRequestImpl.getHttpServletRequest();
...