wicket AjaxLink onclick not responding
问题 I'm building a website with wicket. I have a modal window that opens from an ajaxlink from the main page. The problem is that when I added a CSS to my HTML code in order to make it more visible attractive, it stopped working. So now, when I click in the AjaxLink that opens the modal window, nothing happens and I can't figure out why. Any Ideas?? This is the code of the AjaxLink: AjaxLink privacyLink = new AjaxLink<Void>("privacylink") { @Override public void onClick(AjaxRequestTarget target)