I want to validate a field in a form, using onblur. If the field is empty, or contains data in the wrong format, I display an error message alongside that field, using addmessage. So far so good.
Now I want to force the user to respond, so I want to restore focus to that field, and not let them...