Hi, I wonder if this is a bug or a feature. In a Zend_Dojo_Form I have a couple of elements which are set to be required. When submitting the form empty elements will be marked as erroneous. But I also expect that a note is shown beside the form element, when it is entered and left unfilled. When I look at the generated Javascript code, these elements have the param "required" to be set to "true".
Why is this not working? Should I rather use a ValidationTextBox to simulate required fields? Thanks and best regards, Ralf