Versions Compared

Key

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

...

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

You must specify a name for the form in order for client-side validation.

You should also make Make sure you provide the correct "action" and "namespace" attributes to the <ww:form> tag. For example, if you have an Action named "submitProfile" in the "/user" namespace, you must use

...