3992N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3992N/A Copyright (c) 2010 Oracle
and/or its affiliates. All rights reserved.
3992N/A The contents of this file are subject to the terms of either the GNU
3992N/A General Public License Version 2 only ("GPL") or the Common Development
3992N/A and Distribution License("CDDL") (collectively, the "License"). You
3992N/A may not use this file except in compliance with the License. You can
3992N/A obtain a copy of the License at
3992N/A language governing permissions and limitations under the License.
3992N/A When distributing the software, include this License Header Notice in each
3992N/A Oracle designates this particular file as subject to the "Classpath"
3992N/A exception as provided by Oracle in the GPL Version 2 section of the License
3992N/A file that accompanied this code.
3992N/A If applicable, add the following below the License Header, with the fields
3992N/A enclosed by brackets [] replaced by your own identifying information:
3992N/A "Portions Copyright [year] [name of copyright owner]"
3992N/A If you wish your version of this file to be governed by only the CDDL or
3992N/A only the GPL Version 2, indicate your decision by adding "[Contributor]
3992N/A elects to include this software in this distribution under the [CDDL or GPL
3992N/A Version 2] license." If you don't indicate a single choice of license, a
3992N/A recipient has the option to distribute your version of this file under
3992N/A either the CDDL, the GPL Version 2 or to extend the choice of license to
3992N/A its licensees as provided above. However, if you add GPL Version 2 code
3992N/A and therefore, elected the GPL Version 2 license, then the option applies
3992N/A only if the new code is made subject to such option by the copyright
3992N/A<head><title>Hello</title></head>
3992N/A<fmt:requestEncoding value="UTF-8"/>
4337N/A<fmt:setBundle basename="LocalStrings" var="resourceBundle" scope="page"/>
<h2><fmt:message key="greeting_message" bundle="${resourceBundle}"/></h2>
<input type="text" name="username" size="25">
<input type="submit" value="Submit">
<input type="reset" value="Reset">
<c:if test="${not empty param['username']}">