Versions Compared

Key

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

Update formatting and nomenclature

...

Client-side validation can be enabled on a per-form basis by specifying validate="true" in the form tag.

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

...