Hello,
I’m experiencing strange issues. Components seems to lose their state. Example: I have a primefaces datatable, when sorting it indicates the sort order in the header. It remembers this by saving that to its component state. If I have an ajax button that refreshes the list the indicator is reset to the initial state. So when components change their state and uses StateHelper (?) to persist their state it seems like this is lost when trying to restore it. I’m worried that this has to do with our stack (Websphere 7, Myfaces 2.1.9, Webflow 2.4.1M … ) My question is, how can I debug this?? Where does the state saving and restore take place? I need to figure out why the state is reset/lost /Karl
