Galera estou com problema …será que alguem sabe ???
Tenho as jar dentro do /WEB-INF/lib… standard e jstk OK
JSP configurado…
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<legend>Dados da Pessoais </legend>
<table width="1057" border="0">
<tr>
<td width="146">Endereço:</td>
<td width="901"><input type="text" value="${pessoa.endereco.logradouro}" style="width : 400px;"/> </td>
<td width="146">Numero:</td>
<td width="901"><input type="text" value="${pessoa.endereco.numero}"/></td>
</tr>
<tr>
<td width="146">Bairro:</td>
<td width="901"><input type="text" value="${pessoa.endereco.bairro}" style="width : 240px;"/></td>
<td width="146">Cidade:</td>
<td width="901"><input type="text" value="${pessoa.endereco.cidade}" style="width : 400px;"/></td>
</tr>
<tr>
Vejam o que acontece ao chamar a pagina jsp do browser imagens em anexo :
