I have a page1 with ajax operations and conditional rendering of components based on user activity on that page managed by a @ViewScoped bean .Now after moving to the next page say page2 which has a h:commandButton back button , the user on click should be able to access the previous page values in its final format .
The navigation is working fine but the ajax call since its done only based on the user activity on page1 iam not able to show it .so my question is how to rerender the component with ajax values + User selection in its final format .Any idea on how to implement this ? Thanks in advance