Trying client-side now. In the meantime, for clarity: I need a form with checkboxes and a dropdown be submitted. The sequence should be: 1) select desired checkboxes in the page, 2) click a button and show a modal window with the dropdown, 3) select the option from the dropdown, 4) click an OK button on the modal window to submit the form with checkboxes and dropdown selection.
I can show/hide the modal window (steps 1, 2 and 3), but the modal window has its own div and form, which doesn't achieve step 4, it only submits the modal's dropdown (in fact the modal's div is created as child of html tag instead of the element I designated for the modal in the markup). So I need the modal to not have its own form, and I don't need it as a newly created child of html tag. Will keep you posted. Lucas Kuperman -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/modal-window-before-submitting-ajax-less-form-tp4653108p4653222.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