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

Martijn Dashorst closed WICKET-569.
-----------------------------------

    Resolution: Won't Fix

This is trivial to implement oneself... I don't see the added value of this 
patch, so unless there is a real need I'm closing this as won't fix.

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