You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Simon Kitching (JIRA)" <de...@myfaces.apache.org> on 2005/12/14 02:28:46 UTC

[jira] Commented: (MYFACES-919) JSF's component not functioning properly after clicking Browser's Back Button .

    [ http://issues.apache.org/jira/browse/MYFACES-919?page=comments#action_12360381 ] 

Simon Kitching commented on MYFACES-919:
----------------------------------------

Using "client-side state saving" should resolve most issues. Enable this
by putting this in your web.xml file:

    <context-param>
        <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
        <param-value>client</param-value>
        <description>
            State saving method: "client" or "server"
        </description>
    </context-param>

Alternatively, try a nightly build of MyFaces; that should work even with server-side state saving.

> JSF's component not functioning properly after clicking Browser's Back Button .
> -------------------------------------------------------------------------------
>
>          Key: MYFACES-919
>          URL: http://issues.apache.org/jira/browse/MYFACES-919
>      Project: MyFaces
>         Type: Bug
>   Components: General
>     Versions: 1.1.1
>  Environment: MY Faces 1.1.1 , Internet Explorer 6.0 , Tomcat 5.x, windows 2000 professional
>     Reporter: Naveen Modi

>
> For Example. Suppose there is a JSF page with pagination. Now user is on third page (pagination) and now if user clicks some hyper link on that page which takes him/her to some target page. Now if user clicks Browser's Back Button he/she returns back to the original page (third page where he/she was). But now if he/she clicks the same hyperlink once again then page refreshes but not redirected to the target page.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira