flowBox not allows insert data

Hello,

I have more column in myentity-edit.xml and I found with surprise that entered data are not saved in database.

<form... 
              <column
               <textField…..
                       <flowBox
                            <textField…….data..
                            <textField…....data
                      < /flowBox>
              </column>
</form>     

If I comment the flowBox everything works fine.
flowBox is used only to display data?
Please advise!
-n

Hi,

When you wrap components into hbox/vbox/etc. within the Form component, it means that you provide a custom layout and it’s hard to infer what field is supposed to present an entity attribute, so in this case you need to define both dataContainer and property attributes in order to enable data binding.

Regards,
Gleb

Thank you very much, Gleb!
It works now!

Regards,
-n