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

Frank Bille Jensen updated WICKET-569:
--------------------------------------

    Fix Version/s:     (was: 1.3.0-rc2)
                   1.3.0-rc3

> Add AjaxLink factory method to ModalWindow
> ------------------------------------------
>
>                 Key: WICKET-569
>                 URL: https://issues.apache.org/jira/browse/WICKET-569
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket
>    Affects Versions: 1.3.0-beta1
>         Environment: java 1.4
>            Reporter: Scott Swank
>            Assignee: Matej Knopp
>            Priority: Trivial
>             Fix For: 1.3.0-rc3
>
>
>        public AjaxLink createAjaxLink(String linkId)
>        {
>                return new AjaxLink(linkId)
>                {
>                        private static final long serialVersionUID = 0L;
>                        @Override
>                        public void onClick(AjaxRequestTarget target)
>                        {
>                                ModalWindow.this.show(target);
>                        }
>                };
>        }

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

Reply via email to