Hi,
Is it nor possible to add a query string at the end of a URI
to which i am
using the RequestDispatcher obj to foward to..i am actually getting a
requestDispatcher object..but the problem is when the actual forwarding
takes place..i get the following error at my browser. Could somebody please
explain?
Forbidden (403)
You have requested data that the server has decided not to provide to
you.Your request was understood and denied
> This Works :
> RequestDispatcher dispatcher =
> getServletContext().getRequestDispatcher(
> "/PricePerfTable.jsp");
>
> This Does Not Work :
> RequestDispatcher dispatcher =
> getServletContext().getRequestDispatcher(
> "/PricePerfTable.jsp?req=sort");
>
I get the dispatcher object in both the cases,but in the latter
case..when i forward it results in the 403 error at the page.
Any pointers would be great.
Rakesh
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html