feat: add struts learning tracker

This commit is contained in:
Codex
2026-03-19 13:53:49 +08:00
parent fba7b0497f
commit 5466fb1ffd
3 changed files with 146 additions and 0 deletions

View File

@@ -106,6 +106,28 @@
<a class="link-btn" href="../upload/index.jsp">Open upload demo</a>
</div>
</section>
<section class="card">
<div class="eyebrow">What happened</div>
<h2>Map this result back to the Struts stack</h2>
<div class="stats">
<div class="stat">
<span>Action mapping</span>
<strong>login</strong>
<p>The request matched the <code>login</code> action in <code>struts.xml</code>.</p>
</div>
<div class="stat">
<span>Execute result</span>
<strong>SUCCESS</strong>
<p>The action returned the success result instead of redisplaying the form.</p>
</div>
<div class="stat">
<span>Rendered view</span>
<strong>/user/success.jsp</strong>
<p>The result mapping selected this JSP to present the post-action summary.</p>
</div>
</div>
</section>
</div>
</body>
</html>