This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts-examples.git

commit a87f2f854c08b385e208a767c4ceb56f35afc581
Merge: 9293ef3 bf344d6
Author: Lukasz Lenart <[email protected]>
AuthorDate: Wed Jun 17 10:10:23 2026 +0200

    Merge pull request #522 from apache/struts-parameter
    
    Defines a new struts-parameter example app to show how @StrutsParameter 
works

 pom.xml                                            |  1 +
 struts-parameter/pom.xml                           | 43 ++++++++++++++++
 .../apache/struts/examples/parameter/Admin.java    | 27 ++++++++++
 .../struts/examples/parameter/IndexAction.java     | 57 ++++++++++++++++++++++
 .../org/apache/struts/examples/parameter/User.java | 39 +++++++++++++++
 struts-parameter/src/main/resources/log4j2.xml     | 15 ++++++
 struts-parameter/src/main/resources/struts.xml     | 20 ++++++++
 .../src/main/webapp/WEB-INF/examples/index.jsp     | 18 +++++++
 struts-parameter/src/main/webapp/WEB-INF/web.xml   | 21 ++++++++
 struts-parameter/src/main/webapp/index.jsp         |  1 +
 10 files changed, 242 insertions(+)


Reply via email to