

<!--
 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" name="helloForm" method="post" action="/test/faces/greeting.jsp;jsessionid=4951f037ca7e00e9e210e7a846e7" enctype="application/x-www-form-urlencoded">
<input type="hidden" name="helloForm" value="helloForm" />
<input type="hidden" name="javax.faces.ViewState" id="javax.faces.ViewState" value="j_id1:j_id2" autocomplete="off" />
<input id="helloForm:userNo" type="text" name="helloForm:userNo" value="NUMBER" />
  	 <BR>

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