index.jsp

By seisfun

========================

<%@page import=”model.*”%>
<html>
<head>
<head>

<body>
<strong>Person Manager</strong>
<br>
Let’s add a Person!<br>

<form id=”frmBuy” name=”frmBuy” method=”post” action=”AddPerson.jsp”>

Name : <input name=”txtName” type=”text” id=”txtName” size=”50″ /><br>
Age : <input name=”txtAge” type=”text” id=”txtAge” size=”50″ /><br>

<input type=”submit” name=”butAdd” id=”butAdd” value=”Add this Person” />

</form>

</body>

</html>

Leave a Reply