Cheers
Thomas
On 12/13/05, Jan <[EMAIL PROTECTED]> wrote:
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
--
http://www.irian.at
Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German
Professional Support for Apache MyFaces

