Good day!
In the application I set formatter for a field (Double) which change that field so its data type (String with non digital symbols) is different. Before commit I want to return correct data type with some changes. But I can’t. There’s no such event. Data type validation acts before BeforeCommitChangesEvent or PreCommitEvent.
Please help me to find solutions.
Hi,
From your explanation, it’s quite hard to understand what you’re going to achieve. Do you want to update the field value before commit? The idea of validators is not about changing field values, but just check their correctness.
It would be nice to have a bit more detailed example if possible, please. Or even small sample application with comments.
I decided my problem simply getting rid of formatters and setting masks for fields. It is more laconic and there’s no more problems.
In topic a wanted to change field data type before commit and before data type validating.
Thank you.
OK, good to hear that!
1 Like