Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JSP returning 403 error

718984Aug 24 2009 — edited Dec 27 2010
Hi 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>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Datos del Solicitante
</h1><form name="datospac" method="POST"
enctype="application/x-www-form-urlencoded"
action="<f:postResults/>">
<h4>
Nombre(s): &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input type="text" name="nombres" size="30"/>
</h4>
<input type="submit" name="enviar"/>
&nbsp;&nbsp;&nbsp;
<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
This post has been answered by 675693 on Aug 31 2009
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 24 2011
Added on Aug 24 2009
28 comments
3,415 views