I had to learn the hard way that server side state saving is not working correctly with MyFaces (neither in 1.1.4 nor 1.1.5): http://www.jboss.com/index.html?module=bb&op=viewtopic&t=118396
That has cost me dearly - it threw me back almost two days and a deadline is approaching much too fast. How about somebody looking into this issue? Simply download and unzip tomcat 5.5. Download and unzip JBoss Seam 1.2.1. Edit <seam-install-folder>/build.properties and specify the path to tomcat Edit <seam-install-folder>/examples/seampay/resources/WEB-INF/web.xml and change state saving method to server. Run ant deploy.tomcat from <seam-install-folder>/examples/seampay/ Open http://localhost:8080/jboss-seam-pay Try to click on different accounts. => Only the first selection ever will make it. All others are ignored. Change back to client side state saving => Everything works ok. I would try and find the bug, but I really need to make some progress with implementing my app. So far using JSF and Seam has only delayed me. Probably an application should have a decent size before the early on expenses of configuration and framework integration can pay of during implementation.

