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-examples.git

commit f6dcf446119a28739760d91b6810266a516d55fd
Merge: 41778a9 93a874c
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Thu Nov 14 13:23:17 2024 +0100

    Merge pull request #377 from apache/feature/sitemesh3
    
    Adds simple example with Sitemesh3 integration

 pom.xml                                            |  1 +
 sitemesh3/README.md                                |  6 ++
 sitemesh3/pom.xml                                  | 69 ++++++++++++++++++++++
 .../src/main/resources/DefaultMessages.properties  |  5 ++
 .../main/resources/DefaultMessages_es.properties   |  5 ++
 sitemesh3/src/main/resources/log4j2.xml            | 14 +++++
 sitemesh3/src/main/resources/struts.xml            | 22 +++++++
 .../main/webapp/WEB-INF/decorators/decorator.html  |  9 +++
 sitemesh3/src/main/webapp/WEB-INF/hello.jsp        | 27 +++++++++
 sitemesh3/src/main/webapp/WEB-INF/sitemesh3.xml    |  3 +
 sitemesh3/src/main/webapp/WEB-INF/web.xml          | 44 ++++++++++++++
 sitemesh3/src/main/webapp/index.html               | 10 ++++
 12 files changed, 215 insertions(+)

Reply via email to