This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/master by this push: new 0ad546610 Adds a note about Velocity plugin 0ad546610 is described below commit 0ad5466102ab5ba49e68ca3a39156cf25031b806 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Mon Jun 27 07:33:51 2022 +0200 Adds a note about Velocity plugin --- source/plugins/sitemesh/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/plugins/sitemesh/index.md b/source/plugins/sitemesh/index.md index d66aee593..f1eec4936 100644 --- a/source/plugins/sitemesh/index.md +++ b/source/plugins/sitemesh/index.md @@ -70,6 +70,8 @@ From 2.2+ the recommended way to use Freemarker with Sitemesh is through the `or ### Velocity +> NOTE: Please include the [Struts Velocity plugin](../velocity/) in your pom.xml before using this functionality + From 2.2+ the recommended way to use Velocity with Sitemesh is through the `org.apache.struts2.sitemesh.VelocityDecoratorServlet` servlet, which can be configured like this in `web.xml`: