I am new to this website. I am using Jsf and Primefaces.
Steps:-
- I apply filter to choose a row and click its Edit button.
- An Edit form is opened where I edit and save the changes.
- It leads me to the datatable form with all the list rather than the filtered list.
Problem/Requirement:-
When I return on my datatable form,I want my datatable to be in the same filtered state.
I have seen a similar problem here http://forum.primefaces.org/viewtopic.php?f=3&t=9158 ,but that doesnt help me.
Note:-My filter p:inputtext is not in the p:datatable. and I am using ViewScoped Bean Is there any solution in jsf and primefaces.
Please help.Thanks in advance.