Is the saveState component from Tomahawk working? I set the root view caching according to erlier posts - no result.
<context-param>
<param-name>org.apache.myfaces.trinidad.CACHE_VIEW_ROOT</param-name>
<!--param-value>true</param-value-->
<param-value>false</param-value><!-- otherwise t:saveState won't
work -->
</context-param>
Stefan
