webtier@glassfish.java.net

Re: Using ui:include with View Scoped beans

From: <forums_at_java.net>
Date: Wed, 21 Sep 2011 13:54:23 -0500 (CDT)

 

One thing to consider is to disable partial state saving on a per-view basis
using this context param:   <context-param>
       
<param-name>javax.faces.FULL_STATE_SAVING_VIEW_IDS</param-name>
        <param-value>/secure/myPage.xhtml</param-value>
</context-param>   So you keep the benefits of partial state saving unless
you need to have 'dynamic ui:include' on a particular view. One of these days
I'd like to see how much of a benefit partial state saving actually is!

--
[Message sent by forum member 'oversteer']
View Post: http://forums.java.net/node/701117