%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib prefix="s" uri="/struts-tags" %>
This page now acts as a shared success dashboard for multiple form-based actions. It makes the result screen more useful than a single success line.
The request matched the login action in struts.xml.
The action returned the success result instead of redisplaying the form.
The result mapping selected this JSP to present the post-action summary.