I used/suggest an other approach :
* add various attributes to input tag like "required='true'",
"regexp='...'", "max-value='...'"
* the client side library use those tag to check field (on form submit,
on field value change...)
* the formmaker/widgetbuilder use Validator and SOXxxxCol definition to
filled those attribute, like doing to select the widget/html template

Reply via email to