<?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: ColdFusion Causes Frustration {HTML Input Element Arrays}</title>
	<atom:link href="http://www.paulhobson.com/wordpress/2009/09/coldfusion-causes-frustration-html-input-element-arrays/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.paulhobson.com/wordpress/2009/09/coldfusion-causes-frustration-html-input-element-arrays/</link>
	<description>My Thoughts About God, Government, Geeks, Games, and Goofy.</description>
	<lastBuildDate>Wed, 08 Feb 2012 16:18:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Paul</title>
		<link>http://www.paulhobson.com/wordpress/2009/09/coldfusion-causes-frustration-html-input-element-arrays/comment-page-1/#comment-1424</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Mon, 28 Sep 2009 11:26:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulhobson.com/wordpress/?p=1910#comment-1424</guid>
		<description>Thanks for the comment Sean. What originally brought this about was me trying to be some-what lazy. I have a form with dynamically created elements, that once submitted, I would have to step through and count. If all of the form fields had a value, I could easily import the form array into a ColdFusion array and proceed with my logic on that manner. But because ColdFusion drops empty values, when I tried to dump the form array into my ColdFusion array the data was out of sync. I&#039;ve since gone back and renamed all my form fields (which I know, technically is the best method) and added code to account for the dynamic names, I haven&#039;t had an issue.</description>
		<content:encoded><![CDATA[<p>Thanks for the comment Sean. What originally brought this about was me trying to be some-what lazy. I have a form with dynamically created elements, that once submitted, I would have to step through and count. If all of the form fields had a value, I could easily import the form array into a ColdFusion array and proceed with my logic on that manner. But because ColdFusion drops empty values, when I tried to dump the form array into my ColdFusion array the data was out of sync. I&#8217;ve since gone back and renamed all my form fields (which I know, technically is the best method) and added code to account for the dynamic names, I haven&#8217;t had an issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Twitted by ambientex</title>
		<link>http://www.paulhobson.com/wordpress/2009/09/coldfusion-causes-frustration-html-input-element-arrays/comment-page-1/#comment-1422</link>
		<dc:creator>Twitted by ambientex</dc:creator>
		<pubDate>Sat, 26 Sep 2009 08:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulhobson.com/wordpress/?p=1910#comment-1422</guid>
		<description>[...] This post was Twitted by ambientex [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was Twitted by ambientex [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Coyne</title>
		<link>http://www.paulhobson.com/wordpress/2009/09/coldfusion-causes-frustration-html-input-element-arrays/comment-page-1/#comment-1421</link>
		<dc:creator>Sean Coyne</dc:creator>
		<pubDate>Fri, 25 Sep 2009 17:01:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulhobson.com/wordpress/?p=1910#comment-1421</guid>
		<description>I don&#039;t know of a way, but it seems to me that CF handles it correctly.  If you are naming your fields all the same, then you dont care which holds what data, what order they are in, etc.  If do do care, then they should have different names.

Just my $0.02</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know of a way, but it seems to me that CF handles it correctly.  If you are naming your fields all the same, then you dont care which holds what data, what order they are in, etc.  If do do care, then they should have different names.</p>
<p>Just my $0.02</p>
]]></content:encoded>
	</item>
</channel>
</rss>

