<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Bind Error Alert Messages: My Most Despised ColdFusion Feature (And a Solution!)</title>
	<atom:link href="http://blog.alagad.com/2008/12/17/bind-error-alert-messages-my-most-despised-coldfusion-feature/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.alagad.com/2008/12/17/bind-error-alert-messages-my-most-despised-coldfusion-feature/</link>
	<description>Web Development Task Force</description>
	<lastBuildDate>Sun, 05 Sep 2010 08:52:01 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Richard</title>
		<link>http://blog.alagad.com/2008/12/17/bind-error-alert-messages-my-most-despised-coldfusion-feature/comment-page-1/#comment-6050</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Wed, 20 May 2009 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-6050</guid>
		<description>Thanks a ton!! This was the solution I was looking for. You get the up arrow on Google for this one.</description>
		<content:encoded><![CDATA[<p>Thanks a ton!! This was the solution I was looking for. You get the up arrow on Google for this one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zerone</title>
		<link>http://blog.alagad.com/2008/12/17/bind-error-alert-messages-my-most-despised-coldfusion-feature/comment-page-1/#comment-6051</link>
		<dc:creator>Zerone</dc:creator>
		<pubDate>Wed, 31 Dec 2008 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-6051</guid>
		<description>Thanks, it is very useful, you make my day!</description>
		<content:encoded><![CDATA[<p>Thanks, it is very useful, you make my day!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FREDTERP</title>
		<link>http://blog.alagad.com/2008/12/17/bind-error-alert-messages-my-most-despised-coldfusion-feature/comment-page-1/#comment-6045</link>
		<dc:creator>FREDTERP</dc:creator>
		<pubDate>Wed, 17 Dec 2008 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-6045</guid>
		<description>Put in the blog title that you have a solution in addition to your rant? FREDTERP</description>
		<content:encoded><![CDATA[<p>Put in the blog title that you have a solution in addition to your rant? FREDTERP</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Hughes</title>
		<link>http://blog.alagad.com/2008/12/17/bind-error-alert-messages-my-most-despised-coldfusion-feature/comment-page-1/#comment-6046</link>
		<dc:creator>Doug Hughes</dc:creator>
		<pubDate>Wed, 17 Dec 2008 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-6046</guid>
		<description>@FREDTERP - Good call! It&#039;s been done.</description>
		<content:encoded><![CDATA[<p>@FREDTERP &#8211; Good call! It&#8217;s been done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Farmer</title>
		<link>http://blog.alagad.com/2008/12/17/bind-error-alert-messages-my-most-despised-coldfusion-feature/comment-page-1/#comment-6047</link>
		<dc:creator>Sam Farmer</dc:creator>
		<pubDate>Wed, 17 Dec 2008 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-6047</guid>
		<description>I believe thats a documented feature:

http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=JavaScriptFcns_25.html</description>
		<content:encoded><![CDATA[<p>I believe thats a documented feature:</p>
<p><a href="http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=JavaScriptFcns_25.html" rel="nofollow">http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=JavaScriptFcns_25.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Hughes</title>
		<link>http://blog.alagad.com/2008/12/17/bind-error-alert-messages-my-most-despised-coldfusion-feature/comment-page-1/#comment-6048</link>
		<dc:creator>Doug Hughes</dc:creator>
		<pubDate>Wed, 17 Dec 2008 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-6048</guid>
		<description>@Sam - Thanks for pointing that out.  I had no idea!</description>
		<content:encoded><![CDATA[<p>@Sam &#8211; Thanks for pointing that out.  I had no idea!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Farmer</title>
		<link>http://blog.alagad.com/2008/12/17/bind-error-alert-messages-my-most-despised-coldfusion-feature/comment-page-1/#comment-6049</link>
		<dc:creator>Sam Farmer</dc:creator>
		<pubDate>Wed, 17 Dec 2008 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-6049</guid>
		<description>@Doug: No worries.

Another goodie in the CF JavaScript library that is easy to overlook is:

ColdFusion.getElementValue(elementId [, formId, attributeName])

which returns the value (or text based on the third argument) of any element.

http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=JavaScriptFcns_04.html</description>
		<content:encoded><![CDATA[<p>@Doug: No worries.</p>
<p>Another goodie in the CF JavaScript library that is easy to overlook is:</p>
<p>ColdFusion.getElementValue(elementId [, formId, attributeName])</p>
<p>which returns the value (or text based on the third argument) of any element.</p>
<p><a href="http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=JavaScriptFcns_04.html" rel="nofollow">http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=JavaScriptFcns_04.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
