|
Hi Thomas, finally I got it working.
I thought, if even you can’t think of what might be the failure, it has
to be something you haven’t seen yet. ….so … I had
a look into the web.xml and found the missing part: <context-param>
<param-name>javax.faces.STATE_SAVING_METHOD</param-name>
<param-value>client</param-value>
<description>
State saving method: "client" or "server" (= default)
See JSF Specification 2.5.2
</description>
</context-param> Now it works like it
should. Nevertheless thank you
for your support :) Cheers - Jan |
- AW: PanelNavigation2 not saving state - solved Jan
- Re: PanelNavigation2 not saving state - solved Thomas Spiegl

