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

This page proves the classic request -> action -> result flow. It accepts a name parameter, prepares a response in the action, and renders it through the JSP view.

What just happened

Good next step

Try another request

Use a custom query parameter to change the greeting.

Current input

Name value:

Run again with sample name Open login demo Back to portal