Re: Wicket modal, change the parent page

2015-06-15 Thread Entropy
Yes, the method is called, and yes the modal closes. However, in the same event as the closing modal, I need to let the parent page update itself based on what the user did. And that's the part that doesn't work. A quickstart would be hard because this is in the middle of a large workflow with

Re: Wicket modal, change the parent page

2015-06-15 Thread Entropy
That is correct, my modal shows a page. I wasn't aware a modal could show just a panel. I will look into this. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-modal-change-the-parent-page-tp4671163p4671168.html Sent from the Users forum mailing list archive

Re: up to date Wicket presentation?

2015-06-15 Thread andrea del bene
Hi, sorry if I take part to this conversation only now, but I realized that I do have a presentation (in English) I used for a crush-course on Wicket 6. It doesn't cover every topic of the framework but it might help you. Here's the link:

Re: up to date Wicket presentation?

2015-06-15 Thread Ernesto Reinaldo Barreiro
Thanks Andrea! On Mon, Jun 15, 2015 at 4:52 PM, andrea del bene an.delb...@gmail.com wrote: Hi, sorry if I take part to this conversation only now, but I realized that I do have a presentation (in English) I used for a crush-course on Wicket 6. It doesn't cover every topic of the framework

Re: up to date Wicket presentation?

2015-06-15 Thread Martijn Dashorst
On Mon, Jun 15, 2015 at 4:52 PM, andrea del bene an.delb...@gmail.com wrote: a crush-course on Wicket 6. It doesn't cover every topic of the framework but it might help you. Crush: a burning desire to be with someone who you find very attractive and extremely special. I absolutely love a

Re: up to date Wicket presentation?

2015-06-15 Thread Andrea Del Bene
yes, at the end of the course everyone was in love with wicket :D On 15 Jun 2015 19:57, Martijn Dashorst martijn.dasho...@gmail.com wrote: On Mon, Jun 15, 2015 at 4:52 PM, andrea del bene an.delb...@gmail.com wrote: a crush-course on Wicket 6. It doesn't cover every topic of the framework

Re: up to date Wicket presentation?

2015-06-15 Thread Sebastien
Thank you very much Andrea !! On Mon, Jun 15, 2015 at 11:30 PM, Tobias Soloschenko tobiassolosche...@googlemail.com wrote: +1 :-D kind regards Tobias Am 15.06.2015 um 21:46 schrieb Andrea Del Bene an.delb...@gmail.com: yes, at the end of the course everyone was in love with wicket

Re: up to date Wicket presentation?

2015-06-15 Thread Tobias Soloschenko
+1 :-D kind regards Tobias Am 15.06.2015 um 21:46 schrieb Andrea Del Bene an.delb...@gmail.com: yes, at the end of the course everyone was in love with wicket :D On 15 Jun 2015 19:57, Martijn Dashorst martijn.dasho...@gmail.com wrote: On Mon, Jun 15, 2015 at 4:52 PM, andrea del bene

Re: Wicket modal, change the parent page

2015-06-15 Thread Sven Meier
Hi, did you debug the problem? Is your button's hook method #onSubmit() called actually? Does the modal window close? A quickstart would help to identify the problem. Sven On 15.06.2015 03:15, Entropy wrote: I have a wicket modal that is used to let the user select from a couple options on

Re: Wicket modal, change the parent page

2015-06-15 Thread Martin Grigorov
Hi, Most probably you use ModalWindow with a Page. This page has its own JavaScript 'document' that is completely different than the 'document' of the parent page. I.e. document.getElementById('someId') will not find the element. Using ModalWindow with a Panel as content would work for your use

Re: TextField - AjaxEventBehavior-onBlur - onEvent

2015-06-15 Thread sorinev
I decoupled the submit buttons from the table, which was easy on the Java side but a HUGE pain on the HTML side. However, I now have a new problem (well it always existed, but it's next on the agenda). This form has a TextField and a table. The table has some rows on it, and each row has a