Hi Guys, I am trying to find a solution to a problem relating to modal windows, which apparently is a bit trickier than i thought it would be.
So basically i have a modal window with a panel as the content, the panel itself contains a form. The form submission happen in a new window i.e. i have a onSubmit="window.open()". and everything works as expected (though i have read the threads where it has been suggested to use ajax components inside the modal but so form using a plain form has worked for me.) Now, a new requirement has come up, where i want to close the modal window as soon as the form is submitted (which as mentioned happens in a new window). I have tried certain option but to no use...Can anyone point me to the right direction..as to how to do achieve the form submission (as well as closing of modal window) Thanks in advance -- View this message in context: http://www.nabble.com/Trying-to-close-a-modal-when-a-form-contained-in-the-modal-panel-in-submitted-tp17959682p17959682.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
