Versions Compared

Key

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

...

  1. For forms, the ID is the assumed to the action name. In the previous example, the ID would be "updatePerson".
  2. Wiki Markup
    For form elements, the ID is assumed to be \[form's ID\]_\[element name\]

Required Attribute

The "required" attribute on many WebWork UI tags defaults to true only if you have client side validation enabled and there is a validator associated with that particular field.

...