Re: problem submitting a form twice - quickstart joined

2015-07-03 Thread Francois Meillet
1000 thanks ! François Le 3 juil. 2015 à 09:47, Sven Meier a écrit : > Hi, > > forms are not allowed to be direct children of : > > > > > >http://stackoverflow.com/questions/5967564/form-inside-a-table > > After the first ajax request the browser will re

Re: problem submitting a form twice - quickstart joined

2015-07-03 Thread Sven Meier
Hi, forms are not allowed to be direct children of : http://stackoverflow.com/questions/5967564/form-inside-a-table After the first ajax request the browser will reshuffle the dom elements, so that the form is no longer the parent of the input field:

Re: problem submitting a form twice - quickstart joined

2015-07-02 Thread Francois Meillet
Wicket version is 7.0.M6 Le 2 juil. 2015 à 23:47, Francois Meillet a écrit : > Description > - > In the quickstart, the HomePage contains a form. > > The form's model is a CompoundPropertyModel<>(new QuestionUnit(Boolean.TRUE)); > The QuestionUnit class has 2 properties, one is