Hello, the other day i want to implementate the validation by default that the framework provide me, but i found a problem with the validation of a tab panel. The rror is when i want to validate one field, and put the corresponding validation.
In the CTRL+1 is all correct, the function is asigned for the field and is check at required. But when i create a new line empty in the form and click the okey button i can see this in the debug mode:
And i don’t know why they say me the table is numeraciones when the validation is applied in the numeraciones_lin, and you can see the record is correct, but the table, dataprovider and newValue is totally wrong, because get the information of the parent form, in this case numeraciones. And when finish the validation show the wrong message and information.
And other problem is when i mark the required field is checked and the form is in the tbl view, the validation don’t pass. Thanks for all