<%--
 Copyright 2004 Sun Microsystems, Inc. All rights reserved.
 SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
--%>

<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %>
<%@ taglib prefix="tags" tagdir="/WEB-INF/tags" %>
<fmt:setBundle basename="LocalStrings"/>

<html>
  <head>
    <title><fmt:message key="tagfileshello.jsp.title"/></title>
  </head>
  <body>
    <h1><fmt:message key="tagfileshello.jsp.title"/></h1>
    <hr>
    <p><fmt:message key="tagfileshello.jsp.overview"/></p>
    <p><fmt:message key="tagfileshello.jsp.notice"/></p>
    <br>
    <b><u><fmt:message key="tagfileshello.jsp.result"/></u></b>
    <tags:helloWorld/>
  </body>
</html>