Hello, all!
I am using version 3.3.1 of ExtJS and have a problem marking the fields with errors, validation being made on the server side. On form submission I receive from server an JSON array with success=false and with
Code:
errors = array['textfield' : 'error1', 'checkbox': 'error checkbox', 'htmleditor' : 'HTML EDITOR ERROR']
The problem:
The input field of type text gets marked, but the checkbox and the textarea does not. Any experience with that? Or with server side validation? Any ideas on my problem.
Thank you.