You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Russell Morrisey (JIRA)" <ji...@apache.org> on 2007/09/26 22:29:50 UTC

[jira] Updated: (WICKET-1003) Modal Window Does Not Close When Using IndicatingAjaxButton

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

Russell Morrisey updated WICKET-1003:
-------------------------------------

    Attachment: quickstart-closeDoesntWork.zip

I think I am having the same issue. I am using wicket-1.3.0-SNAPSHOT; if I remember correctly, it was built from SVN this morning by my co-worker (I'll check tomorrow morning and post again if this is incorrect). The ModalWindow closes fine using the "X" at the top right corner, but if ModalWindow#close(AjaxRequestTarget) is called, an error appears in the WICKET AJAX DEBUG log. I have attached a quickstart that demonstrates the problem.



> Modal Window Does Not Close When Using IndicatingAjaxButton
> -----------------------------------------------------------
>
>                 Key: WICKET-1003
>                 URL: https://issues.apache.org/jira/browse/WICKET-1003
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.3.0-beta4
>         Environment: Ubuntu, Jetty, Eclipse
>            Reporter: Carlo M. Camerino
>         Attachments: quickstart-closeDoesntWork.zip
>
>
> I have  a panel in my modal window. I have a button in my panel that closes the modalwindow.
> If I use an indicatingajaxbutton for that button, the modalwindow does not close properly.
> However if i use an ajaxlink, things go smoothly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.