Versions Compared

Key

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

Update parent page

...

  • In the action.properties file (usually kept in the WEB-INF/classes directory), add an entry that specifies a Velocity configuation file.
    • Code Block
      titleaction.properties
      
      action.velocity.configfile = action-velocity.properties
      
  • Create the corresponding Velocity properties file ("action-velocity.properties"), preferablly in the same location as the action.properties file.

...