Gary: Thank you.
 
What I am really confused about is how do I get to that information on:
 
http://myfaces.apache.org/impl/apidocs/index.html
 
There is no clear link to the CONSTANTS information and examples of how to use 
them.
 
How do I properly use?
 
"<!--@@JSF_FORM_STATE_MARKER@@-->"
 
Thanks,
 
--Todd

________________________________

From: Gary VanMatre [mailto:[EMAIL PROTECTED]
Sent: Tue 5/9/2006 4:55 PM
To: MyFaces Discussion
Subject: Re: There is a string "com.sun.faces.saveStateFieldMarker" on my 
screen, even though my managed bean implements Serializable?


>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
 

<<winmail.dat>>

Reply via email to