On 9/19/07, kewldude <[EMAIL PROTECTED]> wrote:
> Hmmm. is it possible to configure the maximum number of views if im using
> state saving = server? If yes, how?
>
I believe you are looking for this web.xml context parameter:
(*Chris*)
<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>