The system s runtime environment is Mojarra jsf 2.0+primefaces 3.0+websphere7.0(tomcat6.0 is also has the problem). The 2 days is not a exactly time. It s really means that the system keep running for a relatively long time, the paginator doesn t work. If the paginator told me there are 2 pages with the datatable, the first page can list the records of data.The second page show no record after click the paginator "2",but it should have several records indeed. And I know the primefaces paginator has relationship with session persistence.So I had checked the web server s free disk space, and it s thoroughly enough. Can anybody give me some suggestions? I need your help.Thank you very much!
We have a search form where the filter is bound to a property on a managed bean (session scope). It s not component binding, its property binding like <h:inputText value="#{searchBean.filter}"/>....