You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

At the core of the HTML Tags provided by WebWork are themes and templates. We'll first start off with a simple definition of three key terms:

  • tag - a small piece of code executed from within JSP, FreeMarker, or Velocity.
  • template - a bit of code, usually written in FreeMarker, that can be rendered by certain tags (HTML tags)
  • theme - a collection of templates packaged together to provide common functionality

Tags are covered in the Tags section, so we won't discuss them much here other than their relationship to themes and templates already stated. Instead, we'll focus on several important topics:

An outline of themes and templates and how they related. Grab content from Themes and Templates (the content is probably very out of date, but could be useful). Some content may also be useful from WebWork 2 UI Tag Guide

  • No labels