<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc = "http://purl.org/dc/elements/1.1/" xmlns="http://purl.org/rss/1.0/">
	<channel rdf:about="http://livedocs.adobe.com/">
	<title>LiveDocs Comments - coldfusion - 7 - htmldocs - 00000279.htm</title>	
		<link>http://livedocs.adobe.com/</link>
		<description>Macromedia LiveDocs - online documentation with user feedback.</description>
		<copyright>Copyright 2009, Macromedia, Inc.</copyright>
		<dc:date>2009-11-25T21:19:55</dc:date>
		<dc:language>en-us</dc:language>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#95916" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#65092" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#61583" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#56196" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#54798" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#53938" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#50516" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#49359" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#48575" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#48527" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#46017" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#43923" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#43675" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#43410" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#42597" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#40185" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#40121" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#39099" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#37111" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#34388" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#34083" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#32398" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#32293" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#30144" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#29855" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#28298" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#28078" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#27917" />
			</rdf:Seq>
		</items>
	</channel>
	
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#95916">
		<title>coldfusion/7/htmldocs/00000279.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#95916</link>
		<description>Hey guys&lt;br /&gt;&lt;br /&gt;I found a simple but effective workaround to dynamically add the disabled attribute to a &lt;cfinput ... &gt; tag:&lt;br /&gt;&lt;br /&gt;Add an additional (useless) attribute to the cfinput tag and include the disabled attribute using an iif( ... ) statement &quot;inside&quot; the value-quotes:&lt;br /&gt;&lt;br /&gt;&lt;cfinput type=&quot;text&quot; name=&quot;some_name&quot; value=&quot;John Doe&quot; foo=&quot;#iif(YOUR_DISABLING_CONDITION, DE(&quot;&quot;&quot; disabled=&quot;&quot;true&quot;), DE(&quot;&quot;))#&quot; /&gt;&lt;br /&gt;&lt;br /&gt;The generated HTML-Code looks like this:&lt;br /&gt;&lt;input type=&quot;text&quot; name=&quot;some_name&quot; value=&quot;John Doe&quot; foo=&quot;&quot; disabled=&quot;true&quot; /&gt;&lt;br /&gt;&lt;br /&gt;ColdFusion recognizes the characters inside the DE(...) as a string, but after processing by the server it appears as attributes.&lt;br /&gt;&lt;br /&gt;Note: You need the doble quotes inside the first DE(...) of the iif( ... ) statement, otherwise you won't get correct HTML.</description>
		<dc:creator>cygro (Cyrill Gross)</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2009-04-14T08:07:21</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#65092">
		<title>coldfusion/7/htmldocs/00000279.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#65092</link>
		<description>Folks using ObBlur for client-side validation should note that, as the name implies, it only validates when you leave the field. Conversely, this also means that the field is *not* validated if you never put the cursor into the field. &lt;br /&gt;&lt;br /&gt;Why is this an issue? Imagine if you used OnBlur for a &quot;required&quot; field, because you liked that the error message appears as soon as they leave the field. That's all well and good, but if they never enter the field, and you don't use obSubmit as well, then the field is not validated and your form processing page may suffer an error as a result if it expects a value to be entered. &lt;br /&gt;&lt;br /&gt;In other words, for a required field, you would NOT want to use *only* OnBlur but would want to use &quot;OnBlur,OnSubmit&quot; (and/or optionally OnServer). &lt;br /&gt;&lt;br /&gt;The onBlur ensures that the user sees a message as soon as the leave the field. The OnSubmit ensures the user sees a message whether they put the cursor into/onto the field or not.</description>
		<dc:creator>carehart</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2007-04-04T19:54:38</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#61583">
		<title>coldfusion/7/htmldocs/00000279.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#61583</link>
		<description>Like SillyWorm said, the disabled attribute doesn't work as documented or expected (at least for HTML forms). disabled=&quot;false&quot; will still create a disabled input because 'disabled=&quot;false&quot;' is added as an attribute to the input tag and as far as browsers are concerned, /any/ value of a disabled attribute means disabled.&lt;br /&gt;&lt;br /&gt;So the only way to have the input tag not be disabled is to not include the attribute at all. As currently implemented in cfinput, this makes it really difficult to dynamically decide if an input should be disabled based on a boolean variable. Instead of &lt;br /&gt;&lt;br /&gt;&lt;cfinput disabled=&quot;#isDisabled#&quot;&gt;&lt;br /&gt;&lt;br /&gt;you have to do&lt;br /&gt;&lt;br /&gt;&lt;cfif isDisabled&gt;&lt;br /&gt;   &lt;cfinput name=&quot;&quot; type=&quot;&quot; disabled=&quot;#isDisabled#&quot;&gt;&lt;br /&gt;&lt;cfelse&gt;&lt;br /&gt;   &lt;cfinput name=&quot;&quot; type=&quot;&quot;&gt;&lt;br /&gt;&lt;/cfif&gt;&lt;br /&gt;&lt;br /&gt;It would be helpful in this situation if disabled=&quot;false&quot; /didn't/ pass the disabled attribute to the HTML input.</description>
		<dc:creator>RichardDavies</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2007-02-05T15:31:40</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#56196">
		<title>coldfusion/7/htmldocs/00000279.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#56196</link>
		<description>If the type is 'file' then 'required' always throws the 'message' whether a file has been selected or not.&lt;br /&gt;&lt;br /&gt;Mike</description>
		<dc:creator>BlueSpline</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2006-11-12T23:02:38</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#54798">
		<title>coldfusion/7/htmldocs/00000279.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#54798</link>
		<description>If you want to specify multiple validation types there must be no spaces in the list. For example validate=&quot;numeric,range&quot; not validate=&quot;numeric, range&quot;.</description>
		<dc:creator>BlueSpline</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2006-10-22T01:21:49</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#53938">
		<title>coldfusion/7/htmldocs/00000279.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#53938</link>
		<description>cfinput's validateat onBlur doesn't seem to work. onBlur script is written calling js functions to return true/false, but I don't see the functions written in the head tags like the onSubmit does.</description>
		<dc:creator>KLH</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2006-10-05T13:59:53</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#50516">
		<title>coldfusion/7/htmldocs/00000279.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#50516</link>
		<description>CFINPUT indicates the 'checked' parameter is compatible with all cfinput types.  It does not seem to work for Flash forms however.  We tried checked = &quot;false&quot; and checked = &quot;no&quot;, and neither work.</description>
		<dc:creator>icedfusion</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2006-07-07T06:09:43</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#49359">
		<title>coldfusion/7/htmldocs/00000279.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#49359</link>
		<description>On an HTML form, compare how this renders:&lt;br /&gt;&lt;cfinput type=&quot;submit&quot; name=&quot;submitButton&quot; value=&quot;Go &amp;raquo;&quot;&gt;&lt;br /&gt;&lt;br /&gt;To how it SHOULD render:&lt;br /&gt;&lt;input type=&quot;submit&quot; name=&quot;submitButton&quot; value=&quot;Go &amp;raquo;&quot;&gt;&lt;br /&gt;&lt;br /&gt;(ie: the &amp;raquo; should be rendered, not escaped).  &lt;br /&gt;&lt;br /&gt;-- &lt;br /&gt;Adam</description>
		<dc:creator>Adam Cameron</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2006-06-03T12:17:24</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#48575">
		<title>coldfusion/7/htmldocs/00000279.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#48575</link>
		<description>Clarification: That should be CFIDE/scripts/cfform.js</description>
		<dc:creator>Coach Bob</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2006-05-15T06:26:32</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#48527">
		<title>coldfusion/7/htmldocs/00000279.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#48527</link>
		<description>validate=&quot;time&quot; relies n the the function _CF_checktime() in the CFMX 7 file CFIDE/cfform.js. It has a regular expression error.&lt;br /&gt;&lt;br /&gt; The existing regular expression will not allow a time entry beginning with &quot;20&quot; (e.g., 20:15:00).&lt;br /&gt;&lt;br /&gt;The code currently reads:&lt;br /&gt;var result = _CF_checkregex(object_value, /^(([0-1]?[0-9]|[2][1-4]):([0-5]?[0-9])(:[0-5]?[0-9])?).?([AP]M|[AP]m|[ap]m|[ap]M)?$/, required);&lt;br /&gt;&lt;br /&gt;It should start out:&lt;br /&gt;/^(([0-1]?[0-9]|[2][0-4]):...&lt;br /&gt;&lt;br /&gt;You can easily modify this on your own server. It's line 492 of the cfform.js file. It has been sent to bugs@adobe.com.</description>
		<dc:creator>Coach Bob</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2006-05-12T10:48:43</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#46017">
		<title>coldfusion/7/htmldocs/00000279.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#46017</link>
		<description>It would be nice to list the reserved words that can't be used in flash form names.&lt;br /&gt;&lt;br /&gt;Ex:&lt;br /&gt;The value of the attribute NAME, which is currently &quot;add&quot;, can not be one of the following reserved words: ADD, AND, BREAK, CONTINUE, DELETE, DO, ELSE, EQ, FOR, FUNCTION, IF, IN, NEW, ON, ONCLIPEVENT, RETURN, THIS, TYPEOF, VAR, VOID, WHILE, WITH, ABSTRACT, BOOLEAN, BYTE, CASE, CATCH, CHAR, CLASS, CONST, DEBUGGER, DEFAULT, DOUBLE, ENUM, EXPORT, EXTENDS, FINAL, FINALLY, FLOAT, GOTO, IMPLEMENTS, IMPORT, INSTANCEOF, INT, INTERFACE, LONG, NATIVE, PACKAGE, PRIVATE, PROTECTED, PUBLIC, SHORT, STATIC, SUPER, SWITCH, SYNCHRONIZED, THROWS, TRANSIENT, TRY, VOLATILE.</description>
		<dc:creator>Xuan Mai</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2006-03-13T11:18:52</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#43923">
		<title>coldfusion/7/htmldocs/00000279.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#43923</link>
		<description>With cfgrid and cfformgroup type=&quot;tabnavigator&quot; :-&lt;br /&gt;If both bind and value are used in cfinput type=&quot;text&quot;, value does not populate field initially.&lt;br /&gt;Does work with type=&quot;datefield&quot;, haven't tried others.</description>
		<dc:creator>doug777</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2006-01-05T18:19:05</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#43675">
		<title>coldfusion/7/htmldocs/00000279.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#43675</link>
		<description>The behavior mentioned in the previous comment seems to be because no pointer to the field is created in _root. All the other field types create _root.{fieldname} except hidden, which creates nothing.&lt;br /&gt;&lt;br /&gt;Consequently, the value of hidden fields cannot be used as containers for other fields in Flash Forms. For now, I'm using type=&quot;text&quot; visible=&quot;false&quot; height=&quot;0&quot; width=&quot;0&quot; instead.&lt;br /&gt;&lt;br /&gt;Also, the data structures created when populating a multi-select (slush) via a returned query object from flash remoting are different than those created when populating a slush with a query. Consequently, using remoting to modify  the contents of a slush, then submitting the result doesn't work.&lt;br /&gt;&lt;br /&gt;Laterz!</description>
		<dc:creator>cf.Objective</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-12-29T17:29:09</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#43410">
		<title>coldfusion/7/htmldocs/00000279.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#43410</link>
		<description>BUG - The documentation states that CFINPUT tags support the &quot;disabled&quot; attribute with both a &quot;yes&quot; value to disabel and a &quot;no&quot; value to leave it enabled. However, this is not true. Setting it to either true or false will disable the CFINPUT tag in HTML</description>
		<dc:creator>sillyworm</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-12-17T11:43:24</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#42597">
		<title>coldfusion/7/htmldocs/00000279.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#42597</link>
		<description>cf_addict: I'd suggest that this isn't a &quot;bug&quot; at all. It's expected behavior that requires knowing the flashform object's APIs. Knowing the properties makes life a lot easier, eh?</description>
		<dc:creator>cf.Objective</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-11-22T15:14:13</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#40185">
		<title>coldfusion/7/htmldocs/00000279.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#40185</link>
		<description>Here is the fix to the datefield onChange bug. Use selectedDate.&lt;br /&gt;&lt;br /&gt;&lt;cfform format=&quot;flash&quot; width=&quot;250&quot; height=&quot;250&quot;&gt;&lt;br /&gt;	&lt;cfinput type=&quot;datefield&quot; name=&quot;theDate&quot; value=&quot;#now()#&quot; onchange=&quot;alert('the date = ' + theDate.selectedDate);&quot; width=&quot;95&quot;&gt;&lt;br /&gt;&lt;/cfform&gt;</description>
		<dc:creator>cf_addict</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-09-29T08:47:31</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#40121">
		<title>coldfusion/7/htmldocs/00000279.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#40121</link>
		<description>This code will demonstrate the bug with the datefield's onchange attributes.&lt;br /&gt;Run it and you will notice that each time it will alert and show the previous value.&lt;br /&gt;&lt;br /&gt;&lt;cfform format=&quot;flash&quot; width=&quot;250&quot; height=&quot;250&quot;&gt;&lt;br /&gt;	&lt;cfinput type=&quot;datefield&quot; name=&quot;theDate&quot; value=&quot;#now()#&quot; onchange=&quot;alert('the date = ' + theDate.text);&quot; width=&quot;95&quot;&gt;&lt;br /&gt;&lt;/cfform&gt;</description>
		<dc:creator>cf_addict</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-09-28T12:42:43</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#39099">
		<title>coldfusion/7/htmldocs/00000279.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#39099</link>
		<description>here is what I found.  This one will wrap the text.  &lt;br /&gt;&lt;cftextarea name=&quot;bigfield&quot; label=&quot;bigfield&quot; height =&quot;50&quot; width=&quot;500&quot; wrap=&quot;virtual&quot; style=&quot;indicatorGap:25;&quot; &gt;&lt;/cftextarea&gt;&lt;br /&gt;hth</description>
		<dc:creator>rebster</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-08-31T13:37:24</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#37111">
		<title>coldfusion/7/htmldocs/00000279.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#37111</link>
		<description>There is an attribute that is not documented here.  labelplacement=&quot;left | right&quot; will place the label.&lt;br /&gt;&lt;br /&gt;I have tested with a type=&quot;checkbox&quot; but im sure it will work with radio buttons also, and perhaps the other types.</description>
		<dc:creator>seancoyne</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-07-08T09:30:56</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#34388">
		<title>coldfusion/7/htmldocs/00000279.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#34388</link>
		<description>If you want to do multiple buttons you can do them this way:&lt;br /&gt;&lt;br /&gt;&lt;cfform format=&quot;flash&quot; name=&quot;theForm&quot; &gt;&lt;br /&gt;&lt;br /&gt;&lt;cfinput type=&quot;hidden&quot; name=&quot;TheFormAction&quot;&gt;&lt;br /&gt;		&lt;br /&gt;			&lt;cfinput type=&quot;submit&quot; name=&quot;passwordReset&quot; value=&quot;Reset Password&quot; onclick=&quot;{theForm.TheFormAction = 'passwordReset';}&quot;&gt;&lt;br /&gt;			&lt;cfinput type=&quot;submit&quot; name=&quot;update&quot; value=&quot;Update&quot; onclick=&quot;{theForm.TheFormAction = 'update';}&quot;&gt;&lt;br /&gt;			&lt;cfinput type=&quot;submit&quot; name=&quot;create&quot; value=&quot;Create New User&quot; onclick=&quot;{theForm.TheFormAction = 'create';}&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/cfform&gt;&lt;br /&gt;&lt;br /&gt;on submit just check the value of &quot;TheFormAction&quot; (write a cfswitch)</description>
		<dc:creator>zerium</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-06-03T06:04:10</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#34083">
		<title>coldfusion/7/htmldocs/00000279.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#34083</link>
		<description>To have multiple submit buttons that do different things on the same &lt;br /&gt;page is possible. Your problem is that you gave both buttons the same &lt;br /&gt;name. This is illegal in flash. Check out my blog at:&lt;br /&gt;&lt;br /&gt;http://movies.engr.utk.edu:16080/weblog/fweber/&lt;br /&gt;&lt;br /&gt;to see how to do this.</description>
		<dc:creator>FEW</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-05-30T12:54:18</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#32398">
		<title>coldfusion/7/htmldocs/00000279.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#32398</link>
		<description>In response to BaileyBurger:&lt;br&gt;No, you cannot have multiple checkboxes in a formgroup with the same name.</description>
		<dc:creator>ASandstrom</dc:creator>
		<dc:type>1 1</dc:type>
		<dc:date>2005-04-26T13:19:01</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#32293">
		<title>coldfusion/7/htmldocs/00000279.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#32293</link>
		<description>Seems like you can not have multiple checkboxes with the same name within a group.</description>
		<dc:creator>BaileyBurger</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-04-25T13:50:00</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#30144">
		<title>coldfusion/7/htmldocs/00000279.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#30144</link>
		<description>I found the answer in the forum. &lt;br /&gt;&lt;br /&gt;bind=&quot;{(field1.text*field2.text)+Number(field3.text)}&quot; &lt;br /&gt;&lt;br /&gt;But this doesn't look like an expected behaviour since all other operators work without Number().</description>
		<dc:creator>CFDEBUG</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-03-18T10:52:52</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#29855">
		<title>coldfusion/7/htmldocs/00000279.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#29855</link>
		<description>Question about bind attribute. It says &quot;lets you populate form fields from contents of other form fields&quot;. So if I try&lt;br /&gt;&lt;br /&gt;bind = &quot;{field1.text*field2.text}&quot; , it works. But&lt;br /&gt;&lt;br /&gt;bind = &quot;{field1.text+field2.text}&quot; doesn't work. It appends both values instead of summing up. All the other general operators work except for + operator.  Why?</description>
		<dc:creator>CFDEBUG</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-03-16T11:17:09</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#28298">
		<title>coldfusion/7/htmldocs/00000279.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#28298</link>
		<description>To get a radio button without a text label, you MUST specify label=&quot;&quot;.  If you simply omit the 'label' attribute, the 'value' attribute of the tag will be used to display a test label instead.</description>
		<dc:creator>Iceborer</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-02-21T10:19:36</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#28078">
		<title>coldfusion/7/htmldocs/00000279.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#28078</link>
		<description>Re JDEVpres comment:&lt;br&gt;&lt;br&gt;Thanks for pointing this out.&lt;br&gt;&lt;br&gt;The validate=&quot;SubmitOnce&quot; attribute should be valid for cfinput type=&quot;image&quot;, but is not allowed. &lt;br&gt;We've submitted a bug (No. 59841) against this behavior.</description>
		<dc:creator>halL</dc:creator>
		<dc:type>1 1</dc:type>
		<dc:date>2005-02-17T09:14:46</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#27917">
		<title>coldfusion/7/htmldocs/00000279.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000279.htm#27917</link>
		<description>Attribute validation error for tag CFINPUT.&lt;br /&gt;The value of the attribute VALIDATE is invalid. SubmitOnce validation type is only valid when type='submit'.&lt;br /&gt;&lt;br /&gt;This conflicts with the above statement:&lt;br /&gt;&quot;Used only with submit and image types; prevents the user from submitting the same form multiple times before until the next page loads (for example, submitting an order a second time before getting the first order confirmation). Valid in HTML and XML format only; ignored in Flash format.&quot;</description>
		<dc:creator>JDEVpres</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-02-15T23:18:34</dc:date>
	</item>
	</rdf:RDF>

