Hey all
So I can follow this and make my own form helpers by extending FormBuilder ...http://www.sepcot.com/blog/2008/05/Accessible-Field- Errors
Also in that tutorial it shows how to redefine "field_error_proc"
My question is ..... is it possible to define the "field_error_proc" method JUST for your own version of the ForumBuilder?
Or maybe, inside the field_error_proc method, I could test to see what class of FormBuilder is being used, and then decide on the behavior? (super as the default?)
thanks for any suggestions!