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

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

I overlooked the error with getCallbackUrl() and getCallbackScript(). But it 
was still only working in the quickstart and not in my project. Therefore I 
took my project apart piece by piece and found the reason for this problem:
If getCallbackUrl() is called in a Behavior-Object everything works fine, but 
if the Url is stored in a variable and only this is added in the 
Behavior-Object I get the StalePageException.
                
> 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: 4912.tgz, 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