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

Rudi Wijaya commented on WICKET-1771:
-------------------------------------

I also need this functionality.

Still persists in Wicket 1.5.8.
                
> Cant close an old ModalWindow and open a new in one AjaxRequest
> ---------------------------------------------------------------
>
>                 Key: WICKET-1771
>                 URL: https://issues.apache.org/jira/browse/WICKET-1771
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>         Environment: Windows XP
>            Reporter: Martin Sachs
>            Priority: Minor
>
> I have a ModalWindow for some confirmation action. After that confirmation, i 
> want to close the window and open an other modalwindow. The ConfirmWindow can 
> be also opened from a ModalWindow. So i need this extra ModalWindow.
> The Problem: The Close javascript uses a timeout, but the open -javascript 
> dont.
> My fix for this solution: 
> private String getWindowOpenJavascript(){...
> postProcessSettings(buffer);
>               buffer.append("window.current.setTimeout(function() {
>                       Wicket.Window.create(settings).show();
>               }, 0);\n");
>               return buffer.toString();
> ..

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