XdevFormTable: FormattedTextField values are not stored
Description
Initial situation:
--------------------------------------------------------------
(example is based on the car-db)
1. Creating a Bean with the Superclass XdevFormTableTemplate
(set the synchronizeDB flag = true).
2. Add a XdevFormattedTextField and set the datafield 'Power'.
3. Set the created bean as TemplateClass in the XdevFormTable
4. Start the Window
5. Change the value 'Power' in a row of the XdevFormTable.
6. Click in the next row
--------------------------------------------------------------
Actual behavior:
--------------------------------------------------------------
The value of the XdevFormattedTextField is not saved.
--------------------------------------------------------------
Expected behaviour:
--------------------------------------------------------------
The value must be stored.
--------------------------------------------------------------
Comment:
--------------------------------------------------------------
--------------------------------------------------------------