Hi Max, The way I would do it is to first get the parameters in your doPost() method, then create a RequestDispatcher that point to your preferred URL including the GET parameters encoded in the URL. After that just forward the request to a servlet (eventually the same) with rd.forward(URL).
Hope this helps! Markus Kirsten ___________________________________________________________________________ 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
