Hi
I want to submit a form to third party web site using POST method. However, struts action class always evaluates URL specified in the config file as relative URL. i.e http://thirdparty.com <http://thirdparty.com/> is read as /http://thirdpary.com and therefore I could not use "forward" in action. I tried using [HTTPServletResponse] response.sendRedirect("http://thirdparty.com <http://thirdparty.com/> ") but I am not sure if parameters set in the form will get passed by this method. Any suggestions will be appreciated. Regards Chinmay This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited.

