<html> <head> <title>A Simple JavaServer Faces Application</title> </head> <body> <form id="_id0" method="post" action="/login/index.faces" enctype="application/x-www-form-urlencoded"> <h3>Please enter your name and password.</h3> <table> <tr> <td>Name:</td> <td> <input type="text" name="_id0:_id1" /> </td> </tr> <tr> <td>Password:</td> <td> <input type="password" name="_id0:_id2" value="" /> </td> </tr> </table> <p> <input type="submit" name="_id0:_id3" value="Login" /> </p> <input type="hidden" name="_id0" value="_id0" /></form> </body> </html>