how do i get specifically the PortletRequest and PortletResponse in JSFPageCode class
Printable View
how do i get specifically the PortletRequest and PortletResponse in JSFPageCode class
to change the question a bit how to get RenderRequest and RenderResponse in JSF Page Code Class outside action methods
FacesContext.getCurrentInstance().getExternalContext().getRequest()
thanks