I found this solution, but if someone thinks another more elegant ...

linkNotifications = new AjaxLink("linkNotifications") {
                        @Override
                        public void onClick(AjaxRequestTarget target) {
                                target.appendJavaScript("$('#" + 
this.getMarkupId()
                                                + "').dropdown();");

                        }
};



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/DropDownMenu-with-AjaxLink-tp4657759p4657763.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to