Versions Compared

Key

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

Update formatting and nomenclature

...

Code Block
html
html
titleWon't work with client-side validation!
<saf:form action="/user/submitProfile.action" validate="true">
  ...
</saf:form>

All the usual validation configuration steps apply to client-side validation. Client-side validation uses the same validation rules as server-side validation. If server-side validation doesn't work, then client-side validation won't work either.

...