OK, I got the May 21 build and got it set up and used the same test that I created in the release build. The form does have the NAMEID as a blank value that gets filled in after the first POST. What happens now is that after JMeter runs through and does that first POST, it stops and I never see any results with it trying to do the second POST. It seems that it stops in the Link Parser or such. Is this a bug in the nightly build?
Tim -----Original Message----- From: Mike Stover [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 21, 2002 5:49 AM To: JMeter Users List Subject: Re: Using hidden form item values from one request to another You appear to be doing it correctly. The most common reason people don't get the results they expect is that the page containing the form with the hidden value doesn't quite match up with their next request. JMeter tries to match all your arguments, and the path, and the domain, to a form on the previous page (not just your argument with a value of '.*'). Also, in the release, there's a bug that will break this if your form contains input text fields that are blank, but your request fills in values. This has been fixed in the nightly tarballs. -Mike On 20 May 2002 at 14:28, Tim Wilkinson wrote: > Hi, > > I am a new user to JMeter. I am looking to try and use a hidden form value > from one request into another request. This is done because the site I am > testing dynamically creates an id that needs to be used in another other > requests to either update the item or to delete that item. After looking > through the documentation, this is what I came up with under the Thread > Group. > > | HTTP Cookie Manager > | HTTP Request Defaults > | HTTP Request - This is a POST that returns the hidden form item > | Modification Control > | HTTP HTML Link Parser > | HTTP Request - This is a POST that uses the hidden form item > > For the second HTTP Request, I am using NAMEID as one of the parameters, > which is the hidden form item. I have set this to .* When I run the test, > thought, it fails. Using a sniffer, I saw that instead of replace the .* > with the NAMEID hidden value from the first request, the .* is passed to the > server. I am doing something wrong here? Any help would be appreciated. > > Thanks, > > Tim > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- Michael Stover [EMAIL PROTECTED] Yahoo IM: mstover_ya ICQ: 152975688 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

