Drop the _g1 from your variable.

${stamp}
will do what you want.

Bob Jacoby wrote:

Using 1.9.1 with Sun 1.3.1 JVM on windows 2k

For the life of me I can't figure this out. I'm sure I'm missing something stupid, but have wasted too much time trying to figure out what that is. I want to use the Reg Exp. Extractor to dynamically add a value to a http request from the response of the previous one. Per previous posts I have a setup similar to:

- simple controller
 - http request
 - http request
   - Regular Expression Extractor

I think i'm messing up the settings in my second http request. I added a parameter:
Name: timestamp
value: ${stamp_g1}

For my Reg Exp Extractor I have the following:
Ref: stamp
Regular Exp: .*(hidden?)  [note - i just have this cause i know it returns something]
Template: $1$
Match No: 1
Default Value: hello

When I run it and look at the log file for my simple data writer the request sent for 
the second request contains:
Query Data: timestamp=${stamp_g1}

I expected it to replace the ${stamp_g1} with the value of the regexp...

Any points would be appreciated.

Thanks,
Bob



--
Mike Lindsey
"Ya know I vass normal once. I came to work vith a tie and a suit and sometimes panfs."



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to