<%-- Copyright 2004-2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. --%> <%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %> <%@ taglib prefix="mytag" uri="/WEB-INF/tlds/jsp2/jsp2-example-taglib.tld" %> <fmt:setBundle basename="LocalStrings"/> <html> <head> <title><fmt:message key="hello.jsp.title"/></title> </head> <body> <h1><fmt:message key="hello.jsp.title"/></h1> <hr> <p><fmt:message key="hello.jsp.overview"/></p> <br> <b><u><fmt:message key="hello.jsp.result"/></u></b> <mytag:helloWorld/> </body> </html>