From: Jason H. <jc...@ey...> - 2001-09-10 17:58:11
|
Just an off the wall question regarding the FormBuilder and validation classes. Since there are many ways of validating user input and displaying any errors, I was curious how FormBuilder will handle this. I've always preferred the client side javascript checks. IE: if First Name is blank, an alert explaining the error is sent onSubmit, then focus on invalid field. The more popular way is too simply process the form, collecting any errors and display them on a page, with a link back to the form. Alot of times the link back to the form is a mere javascript:history.back() which tends to lead to a "Data Missing from POST operation error" requiring a reload. I guess my question is.. how will this work? Thanks. jason |