blob: 1e9d87b5129179b8fc094111c93302c67869ea07 [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>