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

Paul commented on WICKET-4912:
------------------------------

I might have rushed submitting the quickstart. The old Ticket was to close to 
my problem to be true. In the first quickstart I do not receive a empty Ajax 
response, but the button isn't clicked either. The page simply reloads and 
doesn't execute the action of the button. I don't know if this is the right and 
desired action. 

During migrating my project from 1.4 to 6 I ran into the problem shown in 
second quickstart: I use an jquery library to create a context-menu which calls 
a AbstractDefaultAjaxBehavior. The AbstractDefaultAjaxBehavior isn't called as 
the code rans into a StalePageException and then an empty Ajax response is 
returned. 

How to reproduce:
1. Right Click on the Link
2. Select the entry and the error occurs (Ajax Debug Window should flash red)
                
> Empty AjaxRequest due to StalePageException similar to 3252
> -----------------------------------------------------------
>
>                 Key: WICKET-4912
>                 URL: https://issues.apache.org/jira/browse/WICKET-4912
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 6.3.0
>            Reporter: Paul
>         Attachments: stalepageexception-quickstart2.zip, 
> stalepageexception-quickstart.zip
>
>
> Using the same quickstart as in Wicket-3252 (only updated wicket to 6.3.0) 
> there is an StalePageException leding to an empty AjaxResponse.
> How to reproduce:
> 1. Click on the popup link. New window is opened.
> 2. In the originating window, click Ajax Link and error occurs

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to