INDEX.JSP
[code]<%@page import=“java.text.SimpleDateFormat”%>
<%@ page language=“java” contentType=“text/html; charset=ISO-8859-1”
pageEncoding=“ISO-8859-1”%>
DAWJ - App Web Malling
| Nome Completo: | |
| Sexo: | Data de Nascimento: |
| Feminino | |
| Masculino | |
| E-mail.: | |
SUCESSO.JSP
[code]<%@page import=“java.text.SimpleDateFormat”%>
<%@page import=“java.util.Date”%>
<%@page import=“br.com.dawj.bean.Pessoa”%>
<%@ page language=“java” contentType=“text/html; charset=ISO-8859-1”
pageEncoding=“ISO-8859-1”%>
<h1>DAWJ - AppWebMalling</h1>
<p>O Registro Abaixo foi Gravado com Sucesso</p>
<table>
<tr>
<td>Nome: </td>
<td>${people.nome}</td>
</tr>
<tr>
<td>Sexo: </td>
<td>${people.sexo}</td>
</tr>
<tr>
<td>E-mail</td>
<td>${people.email}</td>
</tr>
<tr>
<td>Date de Nascimento: </td>
<td>${people.data_nascimento}</td>
</tr>
</table>
[/code]
olha como fica 

Alguem tem ideia? vlw