From: Anthony E. <ae...@si...> - 2002-02-27 20:17:14
|
Greetings all, The code in the CVS is finally in a stable state. I have added support for element groups and validation on said groups. The group validators can either be Java classes which extend from the FormElementGroupValidator base class or scripts written in a BSF scripting language (same as FormElementValidators). I have also changed a number of the class names to provide a more accurate naming system. The Form.process() method now returns a FormResult object which will allow you to determine if all validators (element and group) passed. It also gives you access to the ValidationResultMaps for element and groups. I have also updated the example applications to demonstrate the new grouping feature. I hope everyone enjoys these enhancements. I plan on doing a bit of documentation work and then will provide a new release within the next few days. If you see any problems please post them to the list so I can fix them before the release. Sincerely, Anthony Eden |