Question: Is anyone out there using MyFaces with WebSphere 6.0? Our application works fine with WebSphere 5.1.1.3, but, for some reason, it does not work on WebSphere 6.0. After googling around, I found that WebSphere 6.0 ships with an integrated version of JSF, and I thought that maybe we were encountering a conflict with their integrated version, but then I also read that WebSphere 5.1.1 also has integrated JSF, so maybe that's not the problem, since our application works fine with that version of WebSphere.
We're getting the following message on our screen the first time we try to execute an action: com.sun.faces.saveStateFieldMarker Unfortunately, we don't seem to see anything else in the logs that can help us. I seem to recall that we got that message on our screen in the past when not all of our beans were declared as serializable, but we did another check, and everything does seem to be serializable. Any thoughts? - Brendan

