Well I couldn't use Data::FormValidator for my exact needs
There were too many if/else conditions I needed to implement into my form class that I couldn't do with its constraint and dependency system easily ( a bunch of multiple-field validations that would even change the valid repsonse sets . its kinda messy in my system, but it works very easily to chain conditionals)
So I built my own heavily using parts from Data::FormValidator and FormBuilder
It's not nearly as robust or as good, but borrows a lot of code and ideas from both modules, so i wouldn't say that i reinvented it, but built from it.
On Feb 5, 2006, at 5:15 PM, Michael Peters wrote:
Looks like you're trying to reinvent Data::FormValidator.