You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Rogerio Baldini das Neves <ro...@powerlogic.com.br> on 2008/07/10 19:39:48 UTC

problem with CLIENT_STATE_METHOD

Hi Guys,

I have a problem when using parameter CLIENT_STATE_METHOD = All.

 

  <context-param>

    <param-name>org.apache.myfaces.trinidad.CLIENT_STATE_METHOD</param-name>

    <param-value>all</param-value>

  </context-param>

 

When I use nested iterator components the second iterator component is not
restored with _var and _varStatus values.

 

Is it a bug ? or do I need to do something different ?

 

Thanks

Rogerio Baldini