Therefore, Form.delegateSubmit should invoke onSubmit() of the nested Forms (lines 1540-1553 in Form.java) before invoking onSubmit() of the enclosing Form (lines 1537-1538).
Is there any reason why this is the other way around at the moment?
Therefore, Form.delegateSubmit should invoke onSubmit() of the nested Forms (lines 1540-1553 in Form.java) before invoking onSubmit() of the enclosing Form (lines 1537-1538).
Is there any reason why this is the other way around at the moment?