Thanks guys, It worked.
- Sebb: I think I'm ok with this solution and no need to log this to bugzilla. Regards, /Renz --- sebb <[EMAIL PROTECTED]> wrote: > The RE would be better as: > > name="org\.apache\.struts\.taglib\.html\.TOKEN".*?value="(.*?)" > > Otherwise the .* could grab too much data. Remember > * is greedy - it > matches as much as possible. > > S. > On 26/10/05, Noam Paz <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > Renz, > > you can do something like > > > > (Embedded image moved to file: pic23811.jpg) > > > > In the regulat expression write > > > name=\"org.apache.struts.taglib.html.TOKEN\".*value=\"(.*)\" > > > > Best regards > > > > Noam Paz > > > > > > > > > > > > Renz Daluz <[EMAIL PROTECTED]> > > > > 26.10.2005 06:37 > > > > > > > > > > > > > > > > > > To > > > > > > > > > JMeter Users > List <[email protected]> > > > > > > > > > > > > > > > > > > > > cc > > > > > Please > respond to > > > > > "JMeter Users List" > <[email protected]> > > > > > > > > > > > > > > Subject > > > > > > > > > Re: how to use > org.apache.struts.action.TOKEN in JMeter (new > problem) > > > > > > > > > > > > > > > > > > > > > > > > Hello, > > > > This is now what I'm planning to do. > > > > I have two http request. The first request (edit) > will > > bring up an edit page and inside that, an hidden > field > > with dynamic value is generated. > > > > The second request is the save page. Now, in this > > request I want to get the hidden field from first > > request(edit) and pass it as a parameter in the > second > > request (save). How can I do this with Regex > extrator? > > > > Or how can I do this senario? Is there a sample > for > > this? > > > > Thanks, > > /Laurence > > > > --- Renz Daluz <[EMAIL PROTECTED]> wrote: > > > > > Hi Sebb, > > > > > > Thanks for the help. > > > > > > I think the Regex Extractor Post Processor will > do > > > the > > > trick. I look onto this now. > > > > > > > > > Regards, > > > /Renz > > > > > > --- sebb <[EMAIL PROTECTED]> wrote: > > > > > > > Perhaps the HTML Link Parser will do what you > > > want? > > > > > > > > > > > > > > http://jakarta.apache.org/jmeter/usermanual/component_reference.html#HTML_Link_Parser > > > > > > > > If not, I think you will need to use the Regex > > > > Extractor Post > > > > Processor to extract the TOKEN and add it to > the > > > > next request. > > > > > > > > S. > > > > On 26/10/05, Renz Daluz <[EMAIL PROTECTED]> > > > > wrote: > > > > > Hi Sebb, > > > > > > > > > > Nope, struts TOKEN is not a Cookie, but it > is a > > > > hidden > > > > > input parameters of a html form which is > > > > dynamically > > > > > added by struts. It is dynamically generated > > > using > > > > > timestamp. This way, it will minimized the > > > request > > > > to > > > > > be sent more than once. e.g (if you send an > add > > > > > request, then click the refresh button, > which > > > will > === message truncated === __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

