How to close a ModalWindow without AjaxRequestTarget

2015-04-21 Thread Ulrich
in context: http://apache-wicket.1842946.n4.nabble.com/How-to-close-a-ModalWindow-without-AjaxRequestTarget-tp4670429.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: How to close a ModalWindow without AjaxRequestTarget

2015-04-21 Thread Ernesto Reinaldo Barreiro
the window. HTML: Java: -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-close-a-ModalWindow-without-AjaxRequestTarget-tp4670429.html Sent from the Users forum mailing list archive at Nabble.com

Re: How to close a ModalWindow without AjaxRequestTarget

2015-04-21 Thread Martin Grigorov
the button the message is not part of the target and not updated. I I use Link() the message becomes updated but I have no means to close the window. HTML: Java: -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-close-a-ModalWindow-without-AjaxRequestTarget

Re: How to close a ModalWindow without AjaxRequestTarget

2015-04-21 Thread Ulrich
://apache-wicket.1842946.n4.nabble.com/How-to-close-a-ModalWindow-without-AjaxRequestTarget-tp4670429p4670435.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: How to close a ModalWindow without AjaxRequestTarget

2015-04-21 Thread Ulrich
Thanks a lot; that solved it. JAVA now (to supply the resuolution for others): -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-close-a-ModalWindow-without-AjaxRequestTarget-tp4670429p4670439.html Sent from the Users forum mailing list archive at Nabble.com

Re: How to close a ModalWindow without AjaxRequestTarget

2015-04-21 Thread Martin Grigorov
of either of them. I have no problem closing the window with using AjaxSubmitLink - I don't know how to display the message. Maybe it's easier to see with the complete program: -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-close-a-ModalWindow-without