JSP returning 403 error
718984Aug 24 2009 — edited Dec 27 2010Hi the code of my JSP is :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<%@ page contentType="text/html;charset=windows-1252"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"/>
<title>Datos</title>
</head>
<body><h1>
Datos del Solicitante
</h1><form name="datospac" method="POST"
enctype="application/x-www-form-urlencoded"
action="<f:postResults/>">
<h4>
Nombre(s):
<input type="text" name="nombres" size="30"/>
</h4>
<input type="submit" name="enviar"/>
<input type="reset" name="cancelar"/>
</h4>
</form></body>
</html>
Now when I run my project, the workspace shows my jsp correctly but when I click submit it shows an 403 error
type Status report
message Invalid WAPI Session Id
description Access to the specified resource (Invalid WAPI Session Id) has been forbidden.
(over the workspace like the jsp)
can you help me, please?
and thanks