Hello Aparna, > I am using HttpClient. The setup is done on RAD6.0 and i am using struts. > Earlier I was sending post request with MultiPartPostRequest() and > everything was working fine. > Now, I want to use PostMethod() , the values are sent correctly from the > client with request but when I check the parameters in actionclass, the > values are null.
Get a wire log with the current code. Then switch back to the old code based on MultiPoartPostRequest and get another wire log. Compare the requests in both logs to identify differences. Once you've found the differences, we should be able to tell you what you need to change. http://jakarta.apache.org/commons/httpclient/logging.html hope that helps, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
