Re: bypass the FormComponent # validateRequired()

2016-11-14 Thread Francois Meillet
) >> >> Each subform has 1 button. >> When clicked, complete validation is done, which is fine. >> >> The main form has 1 button. >> When clicked, the main form must validate the data, but in the >> FormComponent # validate() teh use case is to by

Re: bypass the FormComponent # validateRequired()

2016-11-14 Thread Martin Grigorov
e code. (then I can’t remove the constraints > annotations) > > Each subform has 1 button. > When clicked, complete validation is done, which is fine. > > The main form has 1 button. > When clicked, the main form must validate the data, but in the > FormComponent # validate(

bypass the FormComponent # validateRequired()

2016-11-10 Thread Francois Meillet
is fine. The main form has 1 button. When clicked, the main form must validate the data, but in the FormComponent # validate() teh use case is to bypass the FormComponent # validateRequired(); I thought I could override form # process(IFormSubmitter submittingComponent) in order to make all