My registration template provides the option of client side validation using the
LiveValidate library. In order to turn this functionality on by default we would
have to bundle the library with XWiki. The library is licensed under the MIT
license:
http://livevalidation.com/license and weighs in at 12.5KB when minified.
I would like to add:
resources/js/yui/livevalidation/livevalidation_prototype.compressed.js
and a stylesheet which was posted to the incubator by Jerome Velociter
resources/js/yui/livevalidation/livevalidation_style.css
Caleb James DeLisle