Hi all,
I have a problem with the binding error message.
I use a SimpleFormController. In the form, user can do actions which require no validations (isFormChangeRequest to determine it). When he valids, this works fine. When he changes the form, it's ok, except that binding error message appears...
Binding is done before validation, so if a user change the form with wrong datas in fields, he gets an error message.
Exemple :
- Type 'test' in a field bind with a CustomDateEditor
- Click on change form button
- Page reload (no validation)
- The error message for an invalid date appears.... not wanted because no validations has been done.
I don't want to show this message, because it's not a validation.
How can i do to remove these error messages in a proper way ?
Can i ignore them ?
Thx
PS : sorry for my bad englishi'm not an english speaking



i'm not an english speaking
Reply With Quote