[ 
https://issues.apache.org/jira/browse/WICKET-3819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13054111#comment-13054111
 ] 

Pedro Santos commented on WICKET-3819:
--------------------------------------

Also we can move some classes from wicket-core to wicket-web (a possible new 
module)

> 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
>         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

        

Reply via email to