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]>

