Great work with 1.5. As I'm migrating code to this one I noticed four things.
1. It'd be nice to get HeadTitle without the tags. I created my own View Helper, that simply strips the tags, but to have one built in would be better. 2. Zend_Form creates labels with stripped output. It would be really good to have option to turn off stripping per element. I'd want to have a label, that has a link in it. 3. Zend_Form brings great validation procedures, but when text element is required and user submits it as empty it would be then nice to get error like "Username cannot be empty" or "Username must be defined" instead of "is an empty string". 4. Zend_Form validation for some reason doesn't display "is an empty string" to all empty elements. Only first element in display group has this. Those in no display group or those without one do not have this. Only error message, that the the string is not long enough. -- Teemu Valimaki <[EMAIL PROTECTED]>
