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

<HTML>
    <HEAD> <title>Hello</title> </HEAD>
    
    
    <body bgcolor="white">
    <h2>Hi. My name is Duke.  I'm thinking of a number from 0 to 10.
    Can you guess it?</h2>
    
    <form id="helloForm" method="post" action="/test/faces/greeting.jsp">

  	<input id="helloForm:userNo" type="text" name="helloForm:userNo" value="NUMBER" /> <BR>

	 <input id="helloForm:submit" type="submit" name="helloForm:submit" value="Submit" />
    <input type="hidden" name="helloForm" value="helloForm" /></form>
    
</HTML>  
