I am trying to make some new config and control elements to do some things that I can't do with what exists right now in JMeter. I have been noticing that the set of controllers that exist all use JMeterUtils to handle aliased names. How can I register my variables with JMeterUtils so I can use that functionality? Especially because the getLabelResource expects a string that maps into the JMeterUtils' structure. Also, if anybody knows of a tutorial somewhere that is more up to date with extending that would be very helpful. If I could just see how to get one working I would be able to do things a lot faster. So if anybody knows where one is, or could make one, with step by step instructions for what classes to extend and implement and what the methods needed are and what they do that would be great.
Thanks, Travis J. Cooper

