On 16/01/2009, laredotornado <[email protected]> wrote: > > Hi, > > I'm using JMeter 2.3.2 on Windows XP. I am trying to write tests for a JSF > 1.1 application. I've used the Non-Config Element->proxy server to record > my session. I notice when I play my session back, I will not get the > responses I saw when originally recording my session. I've then changed the > value of "javax.faces.ViewState" to values I have gotten from different > sessions, and some times things work.
Yes, because the variable may change between sessions. You have to extract the value from the previous response. > So my question is, can anyone explain the role of this mysterious variable? A simple web search reveals several articles that discuss ViewState: http://msdn.microsoft.com/en-us/library/ms972976.aspx http://www.dotnetjohn.com/articles.aspx?articleid=71 http://www.w3schools.com/ASPNET/aspnet_viewstate.asp etc. > Thanks, - Dave > > -- > View this message in context: > http://www.nabble.com/Confusion-about-JSF-javax.faces.ViewState-variable-tp21507356p21507356.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

