M
Mohammed Siraj
Guest
In Classic UI, we used to do validation ONLY on server side on submitting a form page. With New UI revision, we have also added client-side validation. This way, for the basic validations like 'required field', there need not be a server round trip. Also, with client - side validation, we have configured them to fire on field blur/change event. This way when the user has entered a field & then leaves it in a invalid state, he will be prompted immediately. Beleive this is an ideal behavior as he/she has the context and can correct any validation failures immeditely.
Continue reading...
Continue reading...