Validation makes unnecessary setValue when submitting
Brought to you by:
patrick_wolf,
praganitsch
When a page is submitted all fields are checked for required/format mask. For format mask checks the entered value is formated with the format mask and assigned to the field (eg. to fill up currency signs, ...)
This should only be done when validating a single field so that it is faster and to make sure that the checksum isn't changed by accident.