Hi All,
I am trying to integrate my JSF application with portlets. The problem is in JSP I am trying to use request.getParameter(key) but its giving null. If I typecast it in PortletRequest, same problem exist. Same is the case in java files also, request object is not working.
Is there any way out to get the request-response parameters in JSF-Portlets jsp pages and java classes without using JSF UIComponents.
Thanks in advance,
Rashika