Hi, Ralf Eggert wrote: > when I have a Zend_Dojo_Form with some required elements, the form is > not send when these elements are left empty. The form is not sent and > there is not even a message prompted to tell the user that the form is > not filled in properly. Without any message and the form not being > sent, this is very confusing.
Use controls, which supports validation like "dijit.form.ValidationTextBox". These controls will indicate an error to the user. You should also take a look at the isValid() method of the form. -- Regards, Thomas
