You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Pedro Santos (JIRA)" <ji...@apache.org> on 2011/07/04 23:05:22 UTC

[jira] [Resolved] (WICKET-3819) Ensure page id don't get increased inside an AJAX request cycle

     [ https://issues.apache.org/jira/browse/WICKET-3819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pedro Santos resolved WICKET-3819.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-RC6
         Assignee: Pedro Santos

> Ensure page id don't get increased inside an AJAX request cycle
> ---------------------------------------------------------------
>
>                 Key: WICKET-3819
>                 URL: https://issues.apache.org/jira/browse/WICKET-3819
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-core
>    Affects Versions: 1.5-RC5
>            Reporter: Pedro Santos
>            Assignee: Pedro Santos
>             Fix For: 1.5-RC6
>
>         Attachments: WICKET-3819.patch
>
>
> The subject started being discussed at WICKET-3751 despite not being related to. Currently the page id gets frozen if AjaxRequestTarget or RequestListenerInterface identify the page as the target of the AJAX request. 
> As user can be using more than 1 page at the same time, opening popups, modal windows, frames, etc, would make sense move this spread test and frozen logic to a central place: the page itself. The benefit is to make sure that no page id will be changed inside an AJAX request compromising every already rendered URL in browser, and the removal of duplicated code in the framework to a central place.
> We can even consider to simple remove the freeze page id flag from page and have less complexity in the framework, but I don't know the impact an would be more inclined to simple remove duplicated code and centralize it in Page.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira