blob: c6ce5acf22340a5b7a97379b10e499ab5bc12ada [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>