>From: "Todd Patrick" [EMAIL PROTECTED]
>There is a string "com.sun.faces.saveStateFieldMarker" on my screen,
>even though my managed bean implements Serializable?
>
>In my web.xml, I do have the context:
>
><context-param>
>    <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
>    <param-value>client</param-value>
></context-param>
>Thoughts or suggestions are greatly appreciated.
 
You have a mix of the myfaces runtime and the RI runtime.  The marker above is the RI marker.  Myfaces uses a form marker of  "<!--@@JSF_FORM_STATE_MARKER@@-->".
 
The ViewTag handles adding the hidden input state to the form in JSF 1.1. 
 
 
>Thanks,
>--Todd
 
Gary
 

Reply via email to