>Also, I am not a big fan of client side state due to security and performance.

http://wiki.apache.org/myfaces/Secure_Your_Application

>I just hope that Sun figures out a way to have multiple view server
>side states. 

  <context-param>
    <description>Only applicable if state saving method is "server"
    (=default). Defines the amount (default = 20) of the latest views 
     are stored in session.</description>
    <param-name>org.apache.myfaces.NUMBER_OF_VIEWS_IN_SESSION</param-name>
    <param-value>20</param-value>
  </context-param>

Enjoy MyFaces ;)

Dennis Byrne


Reply via email to