Hi Thomas, > Use controls, which supports validation like "dijit.form.ValidationTextBox". > These controls will indicate an error to the user.
Actually I am using the ValidationTextBox dijit already. And it shoes an error message, if I set the focus to the form element and leave it without any input. That is working. > You should also take a look at the isValid() method of the form. Are you talking about the ZF or the Dojo part of the form? I thought that the isValid() method form is called automatically if I use Zend_Dojo_Form and combine it with ValidationTextBox dijits. Do I need to call the Dojo client-side validation manually when the form is submitted? Thanks and best regards, Ralf
