blob: 95a4ed45c10a2f1c4d8b6b6b055f4ad22449f1ef [file] [log] [blame]
<!DOCTYPE html>
<%@ taglib prefix="s" uri="/struts-tags" %>
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %>
<html>
<head>
<meta charset="UTF-8">
<title>Exception Handling - Hello World!</title>
</head>
<body>
<h2><s:property value="messageStore.message"/></h2>
<p>I've said hello <s:property value="helloCount"/> times!</p>
<p><s:property value="messageStore"/></p>
<p><a href="<s:url action='index' />">Return to home page</a>.</p>
<hr>
<s:debug/>
</body>
</html>