Neil Griffin:
Try this:
1ExternalContext externalContext = FacesContext.getCurrentInstance().getExternalContext();
2PortletRequest portletRequest = (PortletRequest) externalContext.getRequest();
3HttpServletRequest httpServletRequest = PortalUtil.getHttpServletRequest(portletRequest);
I tried this, and I got the following error:
117:38:37,227 ERROR [STDERR] java.lang.RuntimeException: Unable to get the portlet request from com.icesoft.faces.webapp.http.portlet.PortletExternalContext$4
217:38:37,228 ERROR [STDERR] at com.liferay.portlet.PortletRequestImpl.getPortletRequestImpl(PortletRequestImpl.java:104)
317:38:37,228 ERROR [STDERR] at com.liferay.portal.util.PortalImpl.getHttpServletRequest(PortalImpl.java:1760)
417:38:37,228 ERROR [STDERR] at com.liferay.portal.util.PortalUtil.getHttpServletRequest(PortalUtil.java:467)