Form elements that post to objects that include validations will automatically be validated client-side via javascript upon submitting the form. It all happens magically and without any inline event handlers, and you can still add your own inline event calls if you want.
Seems to go along with that whole DRY thing.
Update: I guess this is already in the works .