From: David <da...@df...> - 2004-05-23 10:21:42
|
> Maybe we could add it for all fields but default it to yes for all the > > fields but password. > what about autoSave=(bool) ? The only thing I don't like about > autoSave is that it is not auto since you have to run a validator on > the field first... Any better idea ? I changed getValue() now to read also from the form data. With that there's no need to save fields on validation imho but it might be usefull bc and some people might want that feature. So what do you think about a global formsess option 'saveOnValidate'? (i already added that but i can be changed of course) Similar to that i would also like to add a 'unsaveOnFailedCheck' option. I think for the beginning it would be sufficient to adjust that things on form level rather than on every single field. We could still add an attribute that changes the same thing for a single field but i would prefer to concentrate on getting ready to release rather than adding more and more features. We still didn't get any further with the password field. What do you think, should we add an attribute or just another global formsess option ('keepPassordFields')? I'd prefer the seccond. - david |