Just a quick question if someone has already that kind of setup or if there is some source code on the web.
I want to add some javascript validation to some Zend Forms. The straight forward approach would be to write the javascript myself but let's say it's time consuming(and that's not the kind of code your really want to write all day long).
I am wondering if someone wrote some decorators or view helpers to automatically generate that validation javascript?
Something using jquery.validate would be wonderful.
If not I suppose I am going to spend the 20 hours to do it myself ;-)