Java Reference
In-Depth Information
}
</script>
</head>
<body>
<form name="policy">
<table>
<tr>
<td>Prénom:</td>
<td><input name="firstName" type="text"/></td>
</tr>
<tr>
<td>Nom de famille:</td>
<td><input name="lastName" type="text"/></td>
</tr>
<tr>
<td>Age :</td>
<td><input name="age" type="text"/></td>
</tr>
<tr>
<td colspan="3">
<input type="button" value="Créer"
onClick="eventSubmit('createPolicy.do')" />
</td>
</tr>
</table>
</form>
</body>
</html>
Next the resource bundle files containing the externalized information to map the
logical view names to physical resources were created. Listing 3-10 shows the mapping
file for the French Canadian locale. This file is picked up from the classpath and should
be placed in the /WEB-INF/classes folder of the web application.
Search WWH ::




Custom Search