↧
Answer by svenmeier for Wicket turns form into a div and panel into a form
Have you put the ModalWindow inside a form? https://ci.apache.org/projects/wicket/apidocs/6.x/org/apache/wicket/extensions/ajax/markup/html/modal/ModalWindow.html"If you want to use form in modal...
View ArticleWicket turns form into a div and panel into a form
I currently have a tabbed panel inside a model window in which I want a form to exists.Everything is working properly, BUT the form declared in my markup is turned into a DIV and the panel into a...
View Article