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 378031027fb5100ec2075a306877867aae98fd49
Merge: df87211 ad0de21
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Tue May 13 20:48:45 2025 +0200

    Merge pull request #456 from apache/fix/file-upload
    
    Adjusts file upload example to action based upload

 file-upload/pom.xml                                |  4 +---
 .../example/{Upload.java => UploadAction.java}     | 26 +++++++++++++---------
 file-upload/src/main/resources/struts.xml          | 13 +++++++----
 .../main/webapp/WEB-INF/{upload.jsp => input.jsp}  | 12 ++--------
 file-upload/src/main/webapp/WEB-INF/upload.jsp     | 13 +++++------
 file-upload/src/main/webapp/WEB-INF/web.xml        |  8 ++++---
 file-upload/src/main/webapp/index.html             | 10 ---------
 sitemesh3/pom.xml                                  |  4 ++++
 sitemesh3/src/main/resources/struts.xml            | 12 +++++++++-
 sitemesh3/src/main/webapp/WEB-INF/admin/hello.jsp  | 14 ++++++++++++
 sitemesh3/src/main/webapp/WEB-INF/admin/index.jsp  | 14 ++++++++++++
 11 files changed, 81 insertions(+), 49 deletions(-)

Reply via email to