I'm using the CompositeFilter component from the OpenFaces library (my project uses JSF 1.2 so the OpenFaces library is 2.0, but I understood both versions of OpenFaces are still maintained 2.0 and 3.0). The component is online demonstrated here: http://www.openfaces.org/demo/compositefilter/CompositeFilter.jsf
I've put in my application the same code which is on their component documentation page http://openfaces.org/documentation/developersGuide/compositefilter.html
When I click on the plus sign, it shows me the first line of the filter, but as soon as I choose any filter out of the drop-down, the browser presents my with some kind of a message box telling me that "Your session has expired ... A new session will be created when the page is reloaded". I've given up trying to find solutions to this problem, so I'm asking if anyone has a clue what's this error all about?