feat: add struts learning tracker
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user