Versions Compared

Key

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

...

  1. Non-UI Tags
  2. UI Tags
    1. Templates (how UI tags render html)
    2. Themes
  3. Common Tags

Also check out the WebWork 2 UI Tag Guide.

Background

So what is JSP? From a technical perspective, JSP is "a page created by the web developer that includes JSP technology-specific tags, declarations, and possibly scriptlets, in combination with other static (HTML or XML) tags. A JSP page has the extension .jsp; this signals to the web server that the JSP engine will process elements on this page." See JSP for more info.

...