to change the question a bit how to get RenderRequest and RenderResponse in JSF Page Code Class outside action methods
This is a discussion on how to get PortletRequest and PortletResponse in JSF Page CodeClass outside action methods - Websphere ; how do i get specifically the PortletRequest and PortletResponse in JSFPageCode class...
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().getExternalConte xt().getRequest()
thanks