I'm not entirely certain, but setting this parameter to 1 might solve
the problem for you if you use server-side state-saving.   However, I
use client-side state-saving so I can't say for sure.

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


On 8/6/07, Escalada Sergio <[EMAIL PROTECTED]> wrote:
>     Hello.
>     I am using MyFaces 1.1.5, Tomahawk 1.1.6 in my WEB Aplication, and i
> have a requirement mandatory to disable the browser back button while
> the user is interacting with the aplication. The requirement is really
> serious and compromise the usability of the aplication, can anyone tell
> me if it is possible to do anything to avoid the use of the browser back
> button?, or at least to control the use of it trying to avoid the
> consecuences it carry.
>
>     Thanks in advance, sorry for my english.
>

Reply via email to