You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by "Hoffman, Matthew" <ho...@ctc.com> on 2006/05/10 19:16:03 UTC

Unique Token Value

I have a hidden field like below.  The script fails because it doesn't
get a new token.  How would I add this as a parameter?
 
<input type="hidden" name="org.apache.struts.taglib.html.TOKEN"
value="6fbca4305087d02332613506fdf576e1">
 
Thanks