DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10394>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10394 Stupid code in ArgumentsPanel.java Summary: Stupid code in ArgumentsPanel.java Product: JMeter Version: 1.7 Platform: PC OS/Version: Windows XP Status: NEW Severity: Critical Priority: Other Component: Main AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I am sorry to say that function org.apache.jmeter.config.gui.ArgumentsPanel#keyReleased(KeyEvent) was implemented in a stupid way. It reads out value from tableModel and set it back, without any change. I guess that the purpose of it is to save changes whenever possible, but it doesn't work, and the result is that if we do not press "return" after we modify the argument table, the new settings don't work, and if we save change to disk and close jmeter, we will lose them. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
