<%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib prefix="s" uri="/struts-tags" %> Validation Summary - Struts2 Demo Lab
Validation summary

Profile validation passed

The action accepted the submitted fields and calculated a simple profile band for the demo.

Username
Email
Age
Profile band
Submitted at
Bio
Rule path validate() The action accepted every field, so execution continued to the success result.
Teaching focus Input before logic Compare this page with the form error state to explain why validation runs before business output.