Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

WebWork adds support for client-side validation on top of XWork's standard validation framework. You can enable it on a per-form basis by specifying validate="true" in the <ww:form> tag:

Code Block
html
html
<ww:form name="'test'" action="'javascriptValidation'" validate="true">
  ...
</ww:form>

...