From: Jason H. <jc...@ey...> - 2001-09-10 18:39:18
|
Alex Black wrote: > EntityManager uses any Processors and Validators on the dataset to determine > if it is O.K. or bad. If it's ok, EntityManager::Add() returns true, and > FormBuilder presents the 'success' page (or however you have configured it) > is presented. . . . > The idea being that FormBuilder will _only_ be in the business of _building > forms_ - Validation, etc will _always_ happen with EntityManager. Drool.. > I think you'd probably just want to have a flag in the form Definition that > says "Do JS validation on this one with some stock function" > > I'm sure that would be pretty easy to do. I noticed the event flags in the entityDefs (onChange, onBlur, etc). It looks like the facility to add client-side validation (minimal) is pretty much in place. Perhaps this is something that can be messed with in the future. On another note, I think it's a great idea to expand the TODO/TASKS list. I'm _very_ eager to help with this project, but so much is going on all over the place, I haven't found myself comfortable enough anywhere to begin. An isolated task list with any/all pertinent information would be most helpful. I'm sure I'm not the only developer reading this list that feels this way. SO EVERYONE WAKE UP AND START ASKING QUESTIONS. =] jason |