portlet « Page « JSF Q&A





1. Transfer data from one JSF page to ProcessAction() method of FacesPortlet    stackoverflow.com

Here is what I am trying to do. I want the data from jsf page1 to be available in jsf page2 which is a popup window opened by page1. Both have separate managed ...

2. How to refresh portlet without refresh portal page?    coderanch.com

Hi, I have developed four JSF portlets using webservices and one of the portlet is email which is displaying in datatable in the JSF , I want to refresh only email portlet whenever I get new email instead of refresh entire portal page manually. How to refresh the portlet without refresh entire portal page manually? OR How to refresh DataTable in ...