Author: sebb
Date: Sat May 14 12:25:42 2011
New Revision: 1103085

URL: http://svn.apache.org/viewvc?rev=1103085&view=rev
Log:
Document radio button defaulting behaviour

Modified:
    jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1103085&r1=1103084&r2=1103085&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml Sat May 14 
12:25:42 2011
@@ -3138,6 +3138,14 @@ and send HTTP/HTTPS requests for all ima
         <property name="Use concurrent pool" required="No">Use a pool of 
concurrent connections to get embedded resources.</property>
         <property name="Size" required="No">Pool size for concurrent 
connections used to get embedded resources.</property>
 </properties>
+<note>
+Note: radio buttons only have two states - on or off.
+This makes it impossible to override settings consistently
+- does off mean off, or does it mean use the current default?
+JMeter uses the latter (otherwise defaults would not work at all).
+So if the button is off, then a later element can set it on,
+but if the button is on, a later element cannot set it off.
+</note>
 </component>
 
 <component name="HTTP Header Manager" index="&sect-num;.4.6"  width="" 
height="" screenshot="http-config/http-header-manager.gif">



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to