blob: db0fd8761af3c4f3f3334842729e455c8d86057f [file] [log] [blame]
<%@ taglib prefix="s" uri="/struts-tags" %>
<html>
<head>
<title>Hello</title>
</head>
<body>
<h2>
<s:text name="hello.message"/>
</h2>
</body>
</html>