<?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 for Blog of Steve Savage</title>
	<atom:link href="http://stevesavage.me/index.php/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://stevesavage.me</link>
	<description>A blog for business analysts and architects, and fellow user&#039;s of Sparx&#039;s EA</description>
	<lastBuildDate>Sun, 22 Jan 2012 00:38:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on CFSelect: getting &#8216;bind&#8217; to work with selected values by Steve Savage</title>
		<link>http://stevesavage.me/index.php/archives/14/comment-page-1#comment-19185</link>
		<dc:creator>Steve Savage</dc:creator>
		<pubDate>Sun, 22 Jan 2012 00:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://stevenksavage.com/?p=14#comment-19185</guid>
		<description>@Tayyab Hussain, you need to place the fixColdfusionAjax.js after the body tag to make sure it loads after the Javascript inserted by ColdFusion.</description>
		<content:encoded><![CDATA[<p>@Tayyab Hussain, you need to place the fixColdfusionAjax.js after the body tag to make sure it loads after the Javascript inserted by ColdFusion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CFSelect: getting &#8216;bind&#8217; to work with selected values by Tayyab Hussain</title>
		<link>http://stevesavage.me/index.php/archives/14/comment-page-1#comment-13837</link>
		<dc:creator>Tayyab Hussain</dc:creator>
		<pubDate>Thu, 24 Nov 2011 14:19:08 +0000</pubDate>
		<guid isPermaLink="false">http://stevenksavage.com/?p=14#comment-13837</guid>
		<description>Hi-

I copied the fixColdfusionAjax.js and placed it in the same directory and placed the following code:

Places.cfm:

 your page
 




Division:



State:



County:



 


Places.cfc:





    
        
            SELECT IdDivision, DsDivision
            FROM Division
            ORDER BY DsDivision
        
        
    

    
    
    
    	
    
        
            SELECT IdDivision, IdState, DsState
            FROM State
            WHERE IdDivision = #ARGUMENTS.Division#
            ORDER BY DsState
        
    
    
    

    
    
    
	
    	
    
        
            SELECT IdDivision, IdState, IdCounty, DsCounty
            FROM County
            WHERE IdDivision = #ARGUMENTS.Division# AND
			IdState = #ARGUMENTS.State#
            ORDER BY DsCounty
        
    
    
    



But Still It wont work, Can you help?

http://www.lasanisarkar.org/bait/test/places.cfm</description>
		<content:encoded><![CDATA[<p>Hi-</p>
<p>I copied the fixColdfusionAjax.js and placed it in the same directory and placed the following code:</p>
<p>Places.cfm:</p>
<p> your page</p>
<p>Division:</p>
<p>State:</p>
<p>County:</p>
<p>Places.cfc:</p>
<p>            SELECT IdDivision, DsDivision<br />
            FROM Division<br />
            ORDER BY DsDivision</p>
<p>            SELECT IdDivision, IdState, DsState<br />
            FROM State<br />
            WHERE IdDivision = #ARGUMENTS.Division#<br />
            ORDER BY DsState</p>
<p>            SELECT IdDivision, IdState, IdCounty, DsCounty<br />
            FROM County<br />
            WHERE IdDivision = #ARGUMENTS.Division# AND<br />
			IdState = #ARGUMENTS.State#<br />
            ORDER BY DsCounty</p>
<p>But Still It wont work, Can you help?</p>
<p><a href="http://www.lasanisarkar.org/bait/test/places.cfm" rel="nofollow">http://www.lasanisarkar.org/bait/test/places.cfm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CFSelect: getting &#8216;bind&#8217; to work with selected values by Mike Christoferson</title>
		<link>http://stevesavage.me/index.php/archives/14/comment-page-1#comment-3638</link>
		<dc:creator>Mike Christoferson</dc:creator>
		<pubDate>Thu, 28 Apr 2011 18:19:32 +0000</pubDate>
		<guid isPermaLink="false">http://stevenksavage.com/?p=14#comment-3638</guid>
		<description>Thank you!  Works perfectly for what I was trying to do in CF 8.</description>
		<content:encoded><![CDATA[<p>Thank you!  Works perfectly for what I was trying to do in CF 8.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

