Hi Michael, How to join jmeter-dev? Just send a mail to "[EMAIL PROTECTED]".
If you have enhancement requests you can also use the Bugzilla-form. You can access it via "Known Bugs" on the JMeter-Page and then following the link "New Bug" at the bottom of the page. At the Bugzilla-form select "Enhancement" as the "severity". In fact "enhancement request" are the prefered way, but maybe you might want to discuss enhancement requests prior to that. That, of course, would be done in jmeter-dev. Greetings, Wolfram P.S.: A shortcut to "Bugzilla": "http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=JMeter" -----Urspr�ngliche Nachricht----- Von: Michael Held [mailto:[EMAIL PROTECTED]] Gesendet: 21 August 2002 18:28 An: Wolfram Rittmeyer Betreff: Re: Aggregate and Result Table mismatch Hi Wolfram, thanks for your help! Your modification seems to work fine. I am not that Java-Expert but experienced over some years. This project is fine and very useful for me, too. But some functions are missing, etc... So how can somebody like me join the JMeter development group? Best regards Michael Quoting Wolfram Rittmeyer <[EMAIL PROTECTED]>: > Yes, it is a bug. The "View Results in Table"-Visualizer doesn't show > correct values after you have used "Clear All" or "Clear". It should > be > fixed soon. > > Temporarily you might wish to add the following code to your > TableDataModel > in org.apache.jmeter.visualizers (src/components/-directory): > > public void clear() { > super.clear(); > this.urlList.clear(); > } > > Greetings, > > Wolfram Rittmeyer > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

