Form Validator
From OpenLaszlo
Introduction
This proposal calls for the client side form validation. This components will provide simple way to data validation on incoming form data, such as e-mail, dates, numbers and strings.
Demo
Examples
<validatingForm>class
add each validators in this class. It dinamicaly validates when user input the values.
<validatingForm name="myform">
.............
.............
<method event="onerrorcount" args="cnt"><
