Not sure I understand. Are you referring to addConfigElement(config), or addConfigElements()? If the latter, it gets called for each sample because each sample is generated from scratch (ie, not re-used), and thus needs to have the config elements added, otherwise, it wouldn't have any. Maybe you could paste some code to show me what you're talking about?
-Mike > -----Original Message----- > From: Jamie Davidson [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 26, 2002 9:45 AM > To: 'JMeter Developers List' > Subject: SamplerController.addConfigElement() > > > Can someone explain why this method needs to be run with each > sample? I > got caught by this one while extending ModifyController, where I was > picking modifiers out of the group and adding them to a local list. > Obviously the list got MUCH larger than I expected it to! > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
