Versions Compared

Key

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

...

  1. Control Tags provide control flow, such as if, else, and iterator.
  2. Data Tags allow for data manipulation or creation, such as bean, push, and i18n.
  3. (Note: old content may be salvageable from Iteration Tags and Common Tags)

HTML Tags

Unlike the general tags, the HTML tags do not provide much control structure or logic. Rather, they are focussed on using data, either from your action/value stack or from the Data Tags, and displaying it in rich and reusable HTML. All HTML tags have a unique behavior that they are driven by templates and themes. While the general tags simply output some content directly from the tag (if there is any content to output), the HTML tags defer to a template, often grouped together as a theme, to do the actual rendering.

...

  1. Themes and Templates: a must-read explanation of how themes and templates are uses when rendering HTML tags.
  2. Form Tags provide all form-related HTML output, such as form, textfield, and select. (Note: old content may be salvageable from UI Tags)
  3. Non Form Tags provide all non-form-related HTML output, such as a, div, and tabbedPanel. (Note: old content may be salvageable from Non-UI Tags)

Language Specific Tag Support

...