Title: Message
I recall something similar happening in our own application.  In that case, some of our beans were not Serializable.  Once we corrected that, the error went away.
 
- Brendan

-----Original Message-----
From: Gary VanMatre [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 22, 2006 11:37 AM
To: MyFaces Discussion
Subject: Re: WAS 6.0.2.7 & RSA 6.0.11 & myfaces

>From: "sia far" <[EMAIL PROTECTED]>
>
> Hello All:
>
> I have been trying to run sample applications for myfaces in Rational
> Software Architect using Websphere 6.0.2.7. I get the following message in
> most of the pages I run:
>
> "com.sun.faces.saveStateFieldMarker"
>
> which makes the page useless as nothing works after that. However, if I
> choose to save the state on the server side, things are okay. It is only
> when things are stored on the client sides. Any ideas why this is happening?
>
 
It sounds like you have a mix of the JSF runtime with the myfaces runtime.  Myfaces uses a state marker of

"<!--@@JSF_FORM_STATE_MARKER@@-->"

I thought that I heard that this would become standardized in JSF 1.2 but I might be making that up.

Gary


>

Reply via email to