Java Reference
In-Depth Information
document.policy.submit();
}
</script>
</head>
<body>
<form name="policy">
<table>
<tr>
<td>First Name:</td>
<td><jsp:getProperty name="policydetails" property="firstName"/></td>
</tr>
<tr>
<td>Last Name:</td>
<td><jsp:getProperty name="policydetails" property="lastName"/></td>
</tr>
<tr>
<td>Age :</td>
<td><jsp:getProperty name="policydetails" property="age"/></td>
</tr>
<tr>
<td colspan="3">
<input type="button" value="Create"
onClick="eventSubmit('createPolicy.do')" />
<input type="button" value="Edit"
onClick="eventSubmit('editPolicy.do')" />
</td>
</tr>
</table>
</form>
</body>
</html>
Search WWH ::




Custom Search