Hi Jeff, > I'm trying to submit a post request to a page that contains a form with > some values. > > I can set the values, but the page has javascript that sets the form's > action value to 'doStuff'. > > > > How do I set this in my httpclient java code?
The action value of the form is the target URL for your POST request. Have you taken a look at the primer? http://wiki.apache.org/jakarta-httpclient/ForAbsoluteBeginners#head-93d017d102ea8a83b2ad6e07c5184ec2f922f09a cheers, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
