Re: Current status of hidden fields support

2002-10-05 Thread Michal Kostrzewa
Hi Denis, Thank you, I have discovered functions recently, and they are very powerful indeed. The more I use JMeter the more I love it. best regards Michal Kostrzewa -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Current status of hidden fields support

2002-10-04 Thread Denis Wang
status of hidden fields support Michal, I have noticed a delay in the archive when I post. I would wait a day and see if nothing shows up. Glad your problem is fixed. amir >>> [EMAIL PROTECTED] 3:10:18 PM 10/03/02 >>> Mike, Amir Thank you very much! It works perfectly! I

Re: Current status of hidden fields support

2002-10-03 Thread Amir Nashat
Michal, I have noticed a delay in the archive when I post. I would wait a day and see if nothing shows up. Glad your problem is fixed. amir >>> [EMAIL PROTECTED] 3:10:18 PM 10/03/02 >>> Mike, Amir Thank you very much! It works perfectly! I thought HTTP link parser works only for links and

Re: Current status of hidden fields support

2002-10-03 Thread Michal Kostrzewa
Mike, Amir Thank you very much! It works perfectly! I thought HTTP link parser works only for links and form actions but it does work with hidden fields! > Try jmeter-dev. I have sent "RedirectURL problem in HTTPSampler (?)" email with some suggestions patch(let) :) to [EMAIL PROTECTED] yester

Re: Current status of hidden fields support

2002-10-03 Thread Amir Nashat
Michal, Look at Michael Stover's response. The link should have the answers you need. Unfortunately, I have never tried what you are attempting. Best of luck. amir >>> [EMAIL PROTECTED] 2:44:02 PM 10/03/02 >>> Hi Amir, Thank you very much for (very) quick response. > Are the values of thes

Re: Current status of hidden fields support

2002-10-03 Thread Michal Kostrzewa
Hi Amir, Thank you very much for (very) quick response. > Are the values of these hidden fields static? Can't you populate them ahead Please forgive me, but I think I don't quite understand this :(. I said, that filelds' values are generated by the server. They can be anything. I want to inclu

Re: Current status of hidden fields support

2002-10-03 Thread Mike Stover
On 3 Oct 2002 at 23:31, Michal Kostrzewa wrote: > Greettings to everybody, I'm new to list > > I'd like to know what is the current status of such simple problem: > The first HTTP Request results with form and some generated hidden fields on > it. Pressing submit sends this fields to server. I

Re: Current status of hidden fields support

2002-10-03 Thread Amir Nashat
Michal, Are the values of these hidden fields static? Can't you populate them ahead of time just as you would any http request parameter? If you use a http request generative controller then you should be able to add any http parameters as part of that request. So any hidden fields you need to

Current status of hidden fields support

2002-10-03 Thread Michal Kostrzewa
Greettings to everybody, I'm new to list I'd like to know what is the current status of such simple problem: The first HTTP Request results with form and some generated hidden fields on it. Pressing submit sends this fields to server. I want to simulate this with JMeter. Sounds trivial, but I d