This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/asf-staging by this push:
new a47f81e04 Updates stage by Jenkins
a47f81e04 is described below
commit a47f81e0482b35b2cdcc21b4853724e9e81cf879
Author: jenkins <[email protected]>
AuthorDate: Thu Mar 28 11:57:08 2024 +0000
Updates stage by Jenkins
---
content/plugins/tiles/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/plugins/tiles/index.html b/content/plugins/tiles/index.html
index 83f1258db..c75e28b8f 100644
--- a/content/plugins/tiles/index.html
+++ b/content/plugins/tiles/index.html
@@ -194,7 +194,7 @@ configuration will be similar to:</p>
</li>
<li>
<p>Register the Tiles listener. This listener will typically either be the
standard tiles listener <code class="language-plaintext
highlighter-rouge">org.apache.tiles.listener.TilesListener</code>
-or the Struts2 replacement <code class="language-plaintext
highlighter-rouge">org.apache.struts2.tiles.TilesListener</code>. The latter
provides tighter integration with
+or the Struts2 replacement <code class="language-plaintext
highlighter-rouge">org.apache.struts2.tiles.StrutsTilesListener</code>. The
latter provides tighter integration with
Struts features such as freemarker integration.</p>
<div class="language-xml highlighter-rouge"><div class="highlight"><pre
class="highlight"><code><span class="nt"><listener></span>