Your regexp is - although not ideal - correct. (I'm making some huge
assumptions there though - you'd do better to post the relevant response
text.)

So, assuming the regexp is good, you have two scenarios:

1. You are sending the wrong ViewState - they are dynamic and will change
page to page as the context changes. To check this, look at the request
being sent in the View Results Listener.

2. You are not sending the value in the variable because you are not
enclosing it in ${}. You can check this but looking at the request being
sent in the View Results Listener.

In short. Look at the request being sent in the View Results Listener.

-----
http://www.http503.com/
--
View this message in context: 
http://jmeter.512774.n5.nabble.com/Issue-with-Reular-Expression-tp4770195p4770404.html
Sent from the JMeter - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org

Reply via email to