hi,
i ve made a HTML page with a call to a servlet through a POST form
(submit button)
i also made a servlet which uses the parameter send (hopefully ...)
what i want to do now is a servlet that i could "place" between the HTML
page and the first servlet...
that s to say : i want the parameters to be sent to the new servlet then
to my first servlet ...without changing the code of the first servlet
written ...
i want the new servlet to be completely "transparent".
the data send to my first servlet by the new servlet should seem to come
from the HTML page
i tried many examples using servletOutputStream,urlconnexion,etc... but
nothing seems to work ...except the servlet chaining through WEBSPHERE ...
but i want to do it using Java ...
tahnks a lot
virgile
___________________________________________________________________________
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