Fork me on GitHub
Edit on GitHub

Selecting Template Directory

Template directory can be selected using several different rules, in this order:

  1. The templateDir attribute on the specific tag
  2. The page-scoped attribute named templateDir
  3. The request-scoped attribute named templateDir
  4. The session-scoped attribute named templateDir
  5. The application-scoped attribute named templateDir
  6. The struts.ui.templateDir property in struts.xml (defaults to template)

Tips