Hi,

How to redirecting servlet to JSP with a new request (POST method)
which is different from originally request that servlet was receive.

I have one servlet that process a request from one page (JSP),
If any exception raise while processing the request,
this servlet (without displaying anything)
will automatically send error detail (source, code and desc.)
and redirecting to confirmation page (JSP)
(the error string may contains a long String
and 'I think' it's not good if using query string.)

Can servlet create/modify HttpRequest before redirecting to other
servlet/JSP ?...

thank's in advance...

Ade P.

___________________________________________________________________________
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

Reply via email to