<?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 - 6 - Developing_ColdFusion_MX_Applications_with_CFML - formatData8.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-25T18:21:23</dc:date>
		<dc:language>en-us</dc:language>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/formatData8.htm#66964" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/formatData8.htm#31196" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/formatData8.htm#30636" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/formatData8.htm#30634" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/formatData8.htm#17684" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/formatData8.htm#17683" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/formatData8.htm#1214" />
			</rdf:Seq>
		</items>
	</channel>
	
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/formatData8.htm#66964">
		<title>coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/formatData8.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/formatData8.htm#66964</link>
		<description>In my case I had a table field called 'DTE_REQUIRED' which was causing the hidden validator to fire (e.g. '_required').  Because this name was being used throughout my application and database (CFMs, views, triggers, procedures, etc.) it was not practical to change it.  &lt;br /&gt;&lt;br /&gt;To get around this problem I just added a hidden input text tag and set it with a benign value (e.g. &lt;input type=&quot;hidden&quot; name=&quot;DTE&quot; value=&quot;x&quot;&gt;) which satisfies the hidden validator.  This fix should also work for the other validators.  For example a field named 'MY_DATE' could be used by adding an appropriate input tag to fool the validator (e.g. &lt;input type=&quot;hidden&quot; name=&quot;MY&quot; value=&quot;1/1/2000&quot;&gt;).</description>
		<dc:creator>'DiGiaCom'</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2007-05-17T08:47:45</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/formatData8.htm#31196">
		<title>coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/formatData8.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/formatData8.htm#31196</link>
		<description>I realize that the last thing you want to hear from a Macromedia employee is &quot;it worked for me,&quot; but I tried this code and ... it worked for me.</description>
		<dc:creator>jrunrandy</dc:creator>
		<dc:type>1 0</dc:type>
		<dc:date>2005-04-11T12:28:39</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/formatData8.htm#30636">
		<title>coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/formatData8.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/formatData8.htm#30636</link>
		<description>In this piece of code:&lt;br /&gt;&lt;br /&gt;&lt;input type=&quot;hidden&quot; &lt;br /&gt;	name=&quot;StartDate_required&quot; &lt;br /&gt;	value=&quot;You must enter a start date.&quot;&gt;&lt;br /&gt;&lt;br /&gt;...with in a &lt;form&gt; tag, the value property is not putting anything out. &lt;br /&gt;No text, no message, no VALUE seen.&lt;br /&gt;That is the problem I see. ....coldfusion mx 6.1 on windoze2000/dreamweaver mx....etc.</description>
		<dc:creator>kurttt</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-03-30T13:01:53</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/formatData8.htm#30634">
		<title>coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/formatData8.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/formatData8.htm#30634</link>
		<description>&quot;The problem may be related to how you have your error handlers configured&quot; ---either be more concise, or quit responding. &lt;br /&gt;I have the same problem. It's not working. Quit being in denile.</description>
		<dc:creator>kurttt</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-03-30T12:52:55</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/formatData8.htm#17684">
		<title>coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/formatData8.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/formatData8.htm#17684</link>
		<description>In response to malkau and Rodrigo Alarcon:&lt;br&gt;We have tested this example with ColdFusion MX 6.1, and it works as described on this page.&lt;br&gt;The problem may be related to how you have your error handlers configured.&lt;br&gt;We cannot provide support though Livdocs and suggest posting this issue to the online forums: http://webforums.macromedia.com/coldfusion/.</description>
		<dc:creator>halL</dc:creator>
		<dc:type>1 1</dc:type>
		<dc:date>2004-06-25T14:23:13</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/formatData8.htm#17683">
		<title>coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/formatData8.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/formatData8.htm#17683</link>
		<description>Same thing happened to me, still guessing what's wrong..</description>
		<dc:creator>Rodrigo Alarcon</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-06-25T13:50:09</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/formatData8.htm#1214">
		<title>coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/formatData8.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/formatData8.htm#1214</link>
		<description>when I tried the above sample code the error generated said:

* A value must be entered for the SALARY field.
* The salary must be a number.
* A value must be entered for the STARTDATE field.

The 'required' messages for the StartDate and Salary should have been:

* You must enter a start date.
* You must enter a salary.

I'm not sure why the _required thing did not work...</description>
		<dc:creator>malkau</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2003-08-07T18:58:19</dc:date>
	</item>
	</rdf:RDF>

