<?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: Improving the tutorial: using the same view for multiple actions in ColdFusion on Wheels</title>
	<atom:link href="http://www.clearcrystalmedia.com/pm/same-view-multiple-actions-coldfusion-on-wheels/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.clearcrystalmedia.com/pm/same-view-multiple-actions-coldfusion-on-wheels/</link>
	<description>using the right technology at the right time</description>
	<lastBuildDate>Wed, 18 Aug 2010 01:59:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Chris Peters</title>
		<link>http://www.clearcrystalmedia.com/pm/same-view-multiple-actions-coldfusion-on-wheels/comment-page-1/#comment-22102</link>
		<dc:creator>Chris Peters</dc:creator>
		<pubDate>Thu, 12 Aug 2010 20:10:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.clearcrystalmedia.com/pm/?p=272#comment-22102</guid>
		<description>&lt;p&gt;Good catch, Simon. I think that maybe it worked in an earlier version of Wheels. (Or maybe I&#039;ve had a typo on my blog for almost a year!)&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Good catch, Simon. I think that maybe it worked in an earlier version of Wheels. (Or maybe I&#8217;ve had a typo on my blog for almost a year!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Allard</title>
		<link>http://www.clearcrystalmedia.com/pm/same-view-multiple-actions-coldfusion-on-wheels/comment-page-1/#comment-22101</link>
		<dc:creator>Simon Allard</dc:creator>
		<pubDate>Thu, 12 Aug 2010 18:52:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.clearcrystalmedia.com/pm/?p=272#comment-22101</guid>
		<description>I tried your approach and I think the #hiddenField(objectName=&quot;user&quot;, property=&quot;id&quot;)# helper may cause problem when saving new record in the database.

I had to wrap the hidden field in a cfif statement, to check if I was updating or adding record. I think the hidden field is only needed if you update data, otherwise when I try to save a new record I get this error: [SQLServer JDBC Driver][SQLServer]Cannot insert explicit value for identity column in table &#039;YourTableName&#039; when IDENTITY_INSERT is set to OFF.</description>
		<content:encoded><![CDATA[<p>I tried your approach and I think the #hiddenField(objectName=&#8221;user&#8221;, property=&#8221;id&#8221;)# helper may cause problem when saving new record in the database.</p>
<p>I had to wrap the hidden field in a cfif statement, to check if I was updating or adding record. I think the hidden field is only needed if you update data, otherwise when I try to save a new record I get this error: [SQLServer JDBC Driver][SQLServer]Cannot insert explicit value for identity column in table &#8216;YourTableName&#8217; when IDENTITY_INSERT is set to OFF.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
