Besides AJAX validation(/filtering), maybe some autmatic JS validation code would be nice. E.g. regex validation works well on server and client side. And all the expressions would be the same. Just some extra functionality to pull in the JS code into a validation function. Not sure how easy it would be for element dependencies but should be possible as well. All the existing validation helpers should be easily adapted to provide some JS validation. Thoughts!!!
Gunter > Not yet; I hope to have a full proposal out later in the week; more on > that below. The ideas I'm looking at now are: > > * "sectioned" forms -- i.e., forms that have grouped items > * Element dependencies (elements whose validations depend on the > values of other elements) > * Multi-page forms > * AJAX interaction: > * Validating single or multiple elements via AJAX > * Autocompleters >
