This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch WW-5653-bootstrap5-sample-apps in repository https://gitbox.apache.org/repos/asf/struts.git
commit bcb3d6ec8fd74b1b70d3df5a708e19e39f8ed5f8 Author: Lukasz Lenart <[email protected]> AuthorDate: Sat Jul 18 07:13:27 2026 +0200 WW-5653 feat(showcase): migrate wait, token and empmanager pages to Bootstrap 5 Co-Authored-By: Claude Opus 4.8 <[email protected]> --- apps/showcase/src/main/webapp/WEB-INF/empmanager/editEmployee.jsp | 2 +- apps/showcase/src/main/webapp/WEB-INF/empmanager/editSkill.jsp | 2 +- apps/showcase/src/main/webapp/WEB-INF/empmanager/listEmployees.jsp | 2 +- apps/showcase/src/main/webapp/WEB-INF/empmanager/listSkills.jsp | 2 +- apps/showcase/src/main/webapp/WEB-INF/token/doublePost.jsp | 2 +- apps/showcase/src/main/webapp/WEB-INF/token/example1.jsp | 2 +- apps/showcase/src/main/webapp/WEB-INF/token/example2.jsp | 2 +- apps/showcase/src/main/webapp/WEB-INF/token/example3.jsp | 2 +- apps/showcase/src/main/webapp/WEB-INF/token/transferDone.jsp | 2 +- apps/showcase/src/main/webapp/WEB-INF/wait/complete.jsp | 4 ++-- apps/showcase/src/main/webapp/WEB-INF/wait/example1.jsp | 2 +- apps/showcase/src/main/webapp/WEB-INF/wait/example2.jsp | 2 +- apps/showcase/src/main/webapp/WEB-INF/wait/example3.jsp | 2 +- apps/showcase/src/main/webapp/WEB-INF/wait/index.jsp | 2 +- apps/showcase/src/main/webapp/WEB-INF/wait/wait.jsp | 6 +++--- 15 files changed, 18 insertions(+), 18 deletions(-) diff --git a/apps/showcase/src/main/webapp/WEB-INF/empmanager/editEmployee.jsp b/apps/showcase/src/main/webapp/WEB-INF/empmanager/editEmployee.jsp index 49f41b177..175f0175c 100644 --- a/apps/showcase/src/main/webapp/WEB-INF/empmanager/editEmployee.jsp +++ b/apps/showcase/src/main/webapp/WEB-INF/empmanager/editEmployee.jsp @@ -31,7 +31,7 @@ <s:head/> </head> <body> -<div class="page-header"> +<div> <h1><s:property value="#title"/></h1> </div> diff --git a/apps/showcase/src/main/webapp/WEB-INF/empmanager/editSkill.jsp b/apps/showcase/src/main/webapp/WEB-INF/empmanager/editSkill.jsp index d4ce38677..667b36343 100644 --- a/apps/showcase/src/main/webapp/WEB-INF/empmanager/editSkill.jsp +++ b/apps/showcase/src/main/webapp/WEB-INF/empmanager/editSkill.jsp @@ -32,7 +32,7 @@ <title>Struts2 Showcase - CRUD Example - <s:property value="#title"/></title> </head> <body> -<div class="page-header"> +<div> <h1><s:property value="#title"/></h1> </div> diff --git a/apps/showcase/src/main/webapp/WEB-INF/empmanager/listEmployees.jsp b/apps/showcase/src/main/webapp/WEB-INF/empmanager/listEmployees.jsp index f06f7a365..c93ca6f51 100644 --- a/apps/showcase/src/main/webapp/WEB-INF/empmanager/listEmployees.jsp +++ b/apps/showcase/src/main/webapp/WEB-INF/empmanager/listEmployees.jsp @@ -24,7 +24,7 @@ <title>Struts2 Showcase - CRUD Example</title> </head> <body> -<div class="page-header"> +<div> <h1>Available Employees</h1> </div> diff --git a/apps/showcase/src/main/webapp/WEB-INF/empmanager/listSkills.jsp b/apps/showcase/src/main/webapp/WEB-INF/empmanager/listSkills.jsp index a1c5ac360..2211f2bb8 100644 --- a/apps/showcase/src/main/webapp/WEB-INF/empmanager/listSkills.jsp +++ b/apps/showcase/src/main/webapp/WEB-INF/empmanager/listSkills.jsp @@ -24,7 +24,7 @@ <title>Struts2 Showcase - CRUD Example</title> </head> <body> -<div class="page-header"> +<div> <h1>Available Skills</h1> </div> diff --git a/apps/showcase/src/main/webapp/WEB-INF/token/doublePost.jsp b/apps/showcase/src/main/webapp/WEB-INF/token/doublePost.jsp index 62d442010..45a4d5fdd 100644 --- a/apps/showcase/src/main/webapp/WEB-INF/token/doublePost.jsp +++ b/apps/showcase/src/main/webapp/WEB-INF/token/doublePost.jsp @@ -25,7 +25,7 @@ </head> <body> -<div class="page-header"> +<div> <h1>Token Examples - Double post</h1> </div> diff --git a/apps/showcase/src/main/webapp/WEB-INF/token/example1.jsp b/apps/showcase/src/main/webapp/WEB-INF/token/example1.jsp index f52fbc0fd..cef83787f 100644 --- a/apps/showcase/src/main/webapp/WEB-INF/token/example1.jsp +++ b/apps/showcase/src/main/webapp/WEB-INF/token/example1.jsp @@ -25,7 +25,7 @@ </head> <body> -<div class="page-header"> +<div> <h1>Token Examples - Example 1</h1> </div> diff --git a/apps/showcase/src/main/webapp/WEB-INF/token/example2.jsp b/apps/showcase/src/main/webapp/WEB-INF/token/example2.jsp index 48b9d0a7d..64f1ac3d0 100644 --- a/apps/showcase/src/main/webapp/WEB-INF/token/example2.jsp +++ b/apps/showcase/src/main/webapp/WEB-INF/token/example2.jsp @@ -25,7 +25,7 @@ </head> <body> -<div class="page-header"> +<div> <h1>Token Examples - Example 2</h1> </div> diff --git a/apps/showcase/src/main/webapp/WEB-INF/token/example3.jsp b/apps/showcase/src/main/webapp/WEB-INF/token/example3.jsp index d333852bb..314294aa7 100644 --- a/apps/showcase/src/main/webapp/WEB-INF/token/example3.jsp +++ b/apps/showcase/src/main/webapp/WEB-INF/token/example3.jsp @@ -25,7 +25,7 @@ </head> <body> -<div class="page-header"> +<div> <h1>Token Examples - Example 3</h1> </div> diff --git a/apps/showcase/src/main/webapp/WEB-INF/token/transferDone.jsp b/apps/showcase/src/main/webapp/WEB-INF/token/transferDone.jsp index 17ba62dfd..14d2fc231 100644 --- a/apps/showcase/src/main/webapp/WEB-INF/token/transferDone.jsp +++ b/apps/showcase/src/main/webapp/WEB-INF/token/transferDone.jsp @@ -25,7 +25,7 @@ </head> <body> -<div class="page-header"> +<div> <h1>Token Examples - Transfer is Done</h1> </div> diff --git a/apps/showcase/src/main/webapp/WEB-INF/wait/complete.jsp b/apps/showcase/src/main/webapp/WEB-INF/wait/complete.jsp index 47cbb0674..330bd63c3 100644 --- a/apps/showcase/src/main/webapp/WEB-INF/wait/complete.jsp +++ b/apps/showcase/src/main/webapp/WEB-INF/wait/complete.jsp @@ -25,7 +25,7 @@ </head> <body> -<div class="page-header"> +<div> <h1>The process is complete</h1> </div> @@ -34,7 +34,7 @@ <div class="row"> <div class="col-md-12" style="text-align: center;"> - <div class="panel">We have processed your request.</div> + <div class="card">We have processed your request.</div> <s:url var="back" value="/wait/index"/> Click here to <s:a href="%{back}" cssClass="btn btn-primary">return</s:a> diff --git a/apps/showcase/src/main/webapp/WEB-INF/wait/example1.jsp b/apps/showcase/src/main/webapp/WEB-INF/wait/example1.jsp index 2a0adaa41..5f09ab98d 100644 --- a/apps/showcase/src/main/webapp/WEB-INF/wait/example1.jsp +++ b/apps/showcase/src/main/webapp/WEB-INF/wait/example1.jsp @@ -25,7 +25,7 @@ </head> <body> -<div class="page-header"> +<div> <h1>Execute and Wait Examples - Example 1</h1> </div> diff --git a/apps/showcase/src/main/webapp/WEB-INF/wait/example2.jsp b/apps/showcase/src/main/webapp/WEB-INF/wait/example2.jsp index 270ff0aad..34c755414 100644 --- a/apps/showcase/src/main/webapp/WEB-INF/wait/example2.jsp +++ b/apps/showcase/src/main/webapp/WEB-INF/wait/example2.jsp @@ -25,7 +25,7 @@ </head> <body> -<div class="page-header"> +<div> <h1>Execute and Wait Examples - Example 2</h1> </div> diff --git a/apps/showcase/src/main/webapp/WEB-INF/wait/example3.jsp b/apps/showcase/src/main/webapp/WEB-INF/wait/example3.jsp index 4549b6287..04ee99999 100644 --- a/apps/showcase/src/main/webapp/WEB-INF/wait/example3.jsp +++ b/apps/showcase/src/main/webapp/WEB-INF/wait/example3.jsp @@ -25,7 +25,7 @@ </head> <body> -<div class="page-header"> +<div> <h1>Execute and Wait Examples - Example 3</h1> </div> diff --git a/apps/showcase/src/main/webapp/WEB-INF/wait/index.jsp b/apps/showcase/src/main/webapp/WEB-INF/wait/index.jsp index b0d10cd1c..6248c4f1e 100644 --- a/apps/showcase/src/main/webapp/WEB-INF/wait/index.jsp +++ b/apps/showcase/src/main/webapp/WEB-INF/wait/index.jsp @@ -25,7 +25,7 @@ </head> <body> -<div class="page-header"> +<div> <h1>Execute and Wait Examples</h1> </div> diff --git a/apps/showcase/src/main/webapp/WEB-INF/wait/wait.jsp b/apps/showcase/src/main/webapp/WEB-INF/wait/wait.jsp index 57f169d87..5feac7a78 100644 --- a/apps/showcase/src/main/webapp/WEB-INF/wait/wait.jsp +++ b/apps/showcase/src/main/webapp/WEB-INF/wait/wait.jsp @@ -26,7 +26,7 @@ </head> <body> -<div class="page-header"> +<div> <h1>Execute and Wait Examples - Wait</h1> </div> @@ -35,7 +35,7 @@ <div class="row"> <div class="col-md-12" style="text-align: center;"> - <p class="well"> + <p class="bg-light border rounded p-3"> We are processing your request. Please wait. </p> @@ -43,7 +43,7 @@ <div class="bar progress-bar progress-bar-success" style="width: 50%;"></div> </div> - <div class="panel"> + <div class="card"> You can click this link to <a href="<s:url includeParams="all"/>">refresh</a>. </div> </div>
