<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-593</id>
	<title>Nabble - Cold Fusion - Technical</title>
	<updated>2009-12-01T15:13:53Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Cold-Fusion---Technical-f593.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Cold-Fusion---Technical-f593.html" />
	<subtitle type="html">CF-Talk is a mailing list dealing with the ColdFusion web application language.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26600861</id>
	<title>Re: CF clustering with Standard version vs Enterprise version</title>
	<published>2009-12-01T15:13:53Z</published>
	<updated>2009-12-01T15:13:53Z</updated>
	<author>
		<name>Jason Fisher-3</name>
	</author>
	<content type="html">&lt;br&gt;We always had good luck with hardware load balancers from Coyote Point, managing connections to 4 or 5 clustered web servers. &amp;nbsp;For apps that needed to maintain seamless persistence, we used client vars (stored in the central DB), which allows the application to keep a running connection to a user even when the server they were on gets dropped from the cluster. &amp;nbsp;There is some overhead with client vars, like having to WDDX non-simple variables, but it really worked very very well. 
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328769&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328769&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/CF-clustering-with-Standard-version-vs-Enterprise-version-tp26594013p26600861.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26598414</id>
	<title>RE: CF clustering with Standard version vs Enterprise version</title>
	<published>2009-12-01T12:11:58Z</published>
	<updated>2009-12-01T12:11:58Z</updated>
	<author>
		<name>Brook Davies</name>
	</author>
	<content type="html">&lt;br&gt;You can use client variable stored in a database to provide 'session'
&lt;br&gt;failover when load balancing without Enterprise. We use two load balancers
&lt;br&gt;(for redundancy) from &lt;a href=&quot;http://loadbalancer.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://loadbalancer.org/&lt;/a&gt;. They are very reasonably
&lt;br&gt;priced, provide good throughput and have great support. I've been using them
&lt;br&gt;for about 5 years and never had a problem. And I've always gotten great
&lt;br&gt;support when I needed it...
&lt;br&gt;&lt;br&gt;Brook
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Dave Watts [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26598414&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dwatts@...&lt;/a&gt;] 
&lt;br&gt;Sent: December-01-09 8:40 AM
&lt;br&gt;To: cf-talk
&lt;br&gt;Subject: Re: CF clustering with Standard version vs Enterprise version
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; Can someone enlighten me on the best direction to go for setting up
&lt;br&gt;clustering with CF Standard versions. I realize you can do
&lt;br&gt;&amp;gt; this with the Enterprise version but is there an operating system/web
&lt;br&gt;server or software based method to manage load balancing,
&lt;br&gt;&amp;gt; then point to my different CF instances? I'll be using CF 9 Standard.
&lt;br&gt;Apologies for this vague question.
&lt;br&gt;&lt;br&gt;No need to apologize, but vague questions tend to get vague answers.
&lt;br&gt;There are plenty of mechanisms for load balancing, using either
&lt;br&gt;hardware or software solutions. You're looking for something that lets
&lt;br&gt;you balance web servers, not application servers. If you're using
&lt;br&gt;Windows and IIS, some versions of Windows Server include
&lt;br&gt;software-based load balancing. If you're using some other environment,
&lt;br&gt;it may or may not include software-based load balancing.
&lt;br&gt;&lt;br&gt;In any case, without CF Enterprise, you won't be able to provide
&lt;br&gt;session failover. But you can use any standard load balancing stuff to
&lt;br&gt;provide simple load balancing no matter what application server you're
&lt;br&gt;using.
&lt;br&gt;&lt;br&gt;Dave Watts, CTO, Fig Leaf Software
&lt;br&gt;&lt;a href=&quot;http://www.figleaf.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.figleaf.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Fig Leaf Software provides the highest caliber vendor-authorized
&lt;br&gt;instruction at our training centers in Washington DC, Atlanta,
&lt;br&gt;Chicago, Baltimore, Northern Virginia, or on-site at your location.
&lt;br&gt;Visit &lt;a href=&quot;http://training.figleaf.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://training.figleaf.com/&lt;/a&gt;&amp;nbsp;for more information!
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328768&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328768&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/CF-clustering-with-Standard-version-vs-Enterprise-version-tp26594013p26598414.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26594523</id>
	<title>Re: Handling Character Encodings</title>
	<published>2009-12-01T09:11:18Z</published>
	<updated>2009-12-01T09:11:18Z</updated>
	<author>
		<name>schnee</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp;&amp;gt;&amp;gt;The characters look like glyphs when displayed in the browser. &amp;nbsp;But, 
&lt;br&gt;the actual DB content has &amp;#8211;/&amp;#8212;. &amp;nbsp;This text will only be used 
&lt;br&gt;for display on a CFM page.
&lt;br&gt;&lt;br&gt;Then like Paul said, the font used when printing has probably not those 
&lt;br&gt;glyphs defined.
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328767&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328767&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Handling-Character-Encodings-tp26592374p26594523.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26594576</id>
	<title>Re: Handling Character Encodings</title>
	<published>2009-12-01T09:00:28Z</published>
	<updated>2009-12-01T09:00:28Z</updated>
	<author>
		<name>Robert Nurse</name>
	</author>
	<content type="html">&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;I want to display (print) the description on subsequent CFM pages.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;Well, print and display are two different things.
&lt;br&gt;&amp;gt;Do you mean that the characters look ok when displayed in a CF page and 
&lt;br&gt;&amp;gt;not when you print the same page from your browser?
&lt;br&gt;&lt;br&gt;The characters look like glyphs when displayed in the browser. &amp;nbsp;But, the actual DB content has &amp;#8211;/&amp;#8212;. &amp;nbsp;This text will only be used for display on a CFM page. 
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328766&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328766&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Handling-Character-Encodings-tp26592374p26594576.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26595354</id>
	<title>Re: CF clustering with Standard version vs Enterprise version</title>
	<published>2009-12-01T08:40:14Z</published>
	<updated>2009-12-01T08:40:14Z</updated>
	<author>
		<name>Dave Watts</name>
	</author>
	<content type="html">&lt;br&gt;&amp;gt; Can someone enlighten me on the best direction to go for setting up clustering with CF Standard versions. I realize you can do
&lt;br&gt;&amp;gt; this with the Enterprise version but is there an operating system/web server or software based method to manage load balancing,
&lt;br&gt;&amp;gt; then point to my different CF instances? I'll be using CF 9 Standard. Apologies for this vague question.
&lt;br&gt;&lt;br&gt;No need to apologize, but vague questions tend to get vague answers.
&lt;br&gt;There are plenty of mechanisms for load balancing, using either
&lt;br&gt;hardware or software solutions. You're looking for something that lets
&lt;br&gt;you balance web servers, not application servers. If you're using
&lt;br&gt;Windows and IIS, some versions of Windows Server include
&lt;br&gt;software-based load balancing. If you're using some other environment,
&lt;br&gt;it may or may not include software-based load balancing.
&lt;br&gt;&lt;br&gt;In any case, without CF Enterprise, you won't be able to provide
&lt;br&gt;session failover. But you can use any standard load balancing stuff to
&lt;br&gt;provide simple load balancing no matter what application server you're
&lt;br&gt;using.
&lt;br&gt;&lt;br&gt;Dave Watts, CTO, Fig Leaf Software
&lt;br&gt;&lt;a href=&quot;http://www.figleaf.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.figleaf.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Fig Leaf Software provides the highest caliber vendor-authorized
&lt;br&gt;instruction at our training centers in Washington DC, Atlanta,
&lt;br&gt;Chicago, Baltimore, Northern Virginia, or on-site at your location.
&lt;br&gt;Visit &lt;a href=&quot;http://training.figleaf.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://training.figleaf.com/&lt;/a&gt;&amp;nbsp;for more information!
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328765&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328765&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/CF-clustering-with-Standard-version-vs-Enterprise-version-tp26594013p26595354.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26595554</id>
	<title>Re: Handling Character Encodings</title>
	<published>2009-12-01T08:34:28Z</published>
	<updated>2009-12-01T08:34:28Z</updated>
	<author>
		<name>Paul Hastings</name>
	</author>
	<content type="html">&lt;br&gt;Robert Nurse wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; I'm grabbing data from an RSS feed and loading it in a DB. &amp;nbsp;The description
&lt;br&gt;&amp;gt; field contains the &amp;#8211; and &amp;#8212;. &amp;nbsp;I want to display (print) the
&lt;br&gt;&amp;gt; description on subsequent CFM pages. &amp;nbsp;I believe the current encoding is utf-8
&lt;br&gt;&amp;gt; as &amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; charset=utf-8&amp;quot; /&amp;gt; is
&lt;br&gt;&lt;br&gt;cf6 &amp; above defaults to utf-8 (unless somebody changed it) but just FYI that 
&lt;br&gt;meta header has nothing to do w/what cf is doing.
&lt;br&gt;&lt;br&gt;&amp;gt; in the header. &amp;nbsp;I've tried to replace &amp;#8211; and &amp;#8212; with &amp;ndash; and
&lt;br&gt;&amp;gt; &amp;mdash;. &amp;nbsp;But, I'm still getting the undesired characters.
&lt;br&gt;&lt;br&gt;does the font you're using have those glyphs in them?
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328762&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328762&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Handling-Character-Encodings-tp26592374p26595554.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26595206</id>
	<title>Re: Handling Character Encodings</title>
	<published>2009-12-01T08:31:43Z</published>
	<updated>2009-12-01T08:31:43Z</updated>
	<author>
		<name>schnee</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp;&amp;gt;&amp;gt;I want to display (print) the description on subsequent CFM pages.
&lt;br&gt;&lt;br&gt;Well, print and display are two different things.
&lt;br&gt;Do you mean that the characters look ok when displayed in a CF page and 
&lt;br&gt;not when you print the same page from your browser?
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328764&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328764&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Handling-Character-Encodings-tp26592374p26595206.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26595574</id>
	<title>copy of cf-mode.el</title>
	<published>2009-12-01T08:30:27Z</published>
	<updated>2009-12-01T08:30:27Z</updated>
	<author>
		<name>Shannon Peevey</name>
	</author>
	<content type="html">&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;I was wondering if anyone has a copy of cf-mode.el that they could send? It
&lt;br&gt;was a coldfusion mode for EMACS, and I am wanting to peruse the source
&lt;br&gt;again.
&lt;br&gt;&lt;br&gt;thanks,
&lt;br&gt;speeves
&lt;br&gt;&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328761&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328761&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/copy-of-cf-mode.el-tp26595574p26595574.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26595195</id>
	<title>Re: Handling Character Encodings</title>
	<published>2009-12-01T08:28:58Z</published>
	<updated>2009-12-01T08:28:58Z</updated>
	<author>
		<name>schnee</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp;&amp;gt;&amp;gt;I'm processing DB columns with text containing &amp;#8211; and &amp;#8212;.
&lt;br&gt;&lt;br&gt;This means you are storing HTML code in your db text fileds.
&lt;br&gt;By doing so, you are not supposed to use these data for other purpose 
&lt;br&gt;than HTML rendering.
&lt;br&gt;If you need to use them for other purpose like generating text under 
&lt;br&gt;some non HTML environment,
&lt;br&gt;you must get rid of these HTML codes or convert them.
&lt;br&gt;&lt;br&gt;For instance, I have an application which generates passports for 
&lt;br&gt;participant in conferences
&lt;br&gt;in some RTF document to be printed.
&lt;br&gt;Of course, HTML code inside an RTF document wont be rendered properly by 
&lt;br&gt;MsWord.
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328763&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328763&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Handling-Character-Encodings-tp26592374p26595195.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26595813</id>
	<title>Re: Handling Character Encodings</title>
	<published>2009-12-01T08:11:05Z</published>
	<updated>2009-12-01T08:11:05Z</updated>
	<author>
		<name>Robert Nurse</name>
	</author>
	<content type="html">&lt;br&gt;&amp;gt;Robert Nurse wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;what do you mean by &amp;quot;printing&amp;quot;? what encoding is your page now? why not just 
&lt;br&gt;&amp;gt;store the &amp;quot;chars&amp;quot; instead of that NCR--its not usual practice to mix encodings.
&lt;br&gt;&lt;br&gt;I'm grabbing data from an RSS feed and loading it in a DB. &amp;nbsp;The description field contains the &amp;#8211; and &amp;#8212;. &amp;nbsp;I want to display (print) the description on subsequent CFM pages. &amp;nbsp;I believe the current encoding is utf-8 as &amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; charset=utf-8&amp;quot; /&amp;gt; is in the header. &amp;nbsp;I've tried to replace &amp;#8211; and &amp;#8212; with &amp;ndash; and &amp;mdash;. &amp;nbsp;But, I'm still getting the undesired characters. 
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328760&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328760&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Handling-Character-Encodings-tp26592374p26595813.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26593964</id>
	<title>Re: Handling Character Encodings</title>
	<published>2009-12-01T07:46:01Z</published>
	<updated>2009-12-01T07:46:01Z</updated>
	<author>
		<name>Paul Hastings</name>
	</author>
	<content type="html">&lt;br&gt;Robert Nurse wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; I'm processing DB columns with text containing &amp;#8211; and &amp;#8212;. &amp;nbsp;When
&lt;br&gt;&amp;gt; this text is printed, I get funny characters instead. &amp;nbsp;Is it possible to set
&lt;br&gt;&amp;gt; the appropriate character set when printing this text without it affecting
&lt;br&gt;&amp;gt; other sections of the page?
&lt;br&gt;&lt;br&gt;what do you mean by &amp;quot;printing&amp;quot;? what encoding is your page now? why not just 
&lt;br&gt;store the &amp;quot;chars&amp;quot; instead of that NCR--its not usual practice to mix encodings.
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328758&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328758&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Handling-Character-Encodings-tp26592374p26593964.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26594013</id>
	<title>CF clustering with Standard version vs Enterprise version</title>
	<published>2009-12-01T07:43:44Z</published>
	<updated>2009-12-01T07:43:44Z</updated>
	<author>
		<name>Joe None</name>
	</author>
	<content type="html">&lt;br&gt;Can someone enlighten me on the best direction to go for setting up clustering with CF Standard versions. I realize you can do this with the Enterprise version but is there an operating system/web server or software based method to manage load balancing, then point to my different CF instances? I'll be using CF 9 Standard. Apologies for this vague question. 
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328759&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328759&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/CF-clustering-with-Standard-version-vs-Enterprise-version-tp26594013p26594013.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26592374</id>
	<title>Handling Character Encodings</title>
	<published>2009-12-01T06:03:17Z</published>
	<updated>2009-12-01T06:03:17Z</updated>
	<author>
		<name>Robert Nurse</name>
	</author>
	<content type="html">&lt;br&gt;Hi All,
&lt;br&gt;&lt;br&gt;I'm processing DB columns with text containing &amp;#8211; and &amp;#8212;. &amp;nbsp;When this text is printed, I get funny characters instead. &amp;nbsp;Is it possible to set the appropriate character set when printing this text without it affecting other sections of the page?
&lt;br&gt;&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328757&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328757&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Handling-Character-Encodings-tp26592374p26592374.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26591661</id>
	<title>Re: HOF mailing lists</title>
	<published>2009-12-01T05:21:13Z</published>
	<updated>2009-12-01T05:21:13Z</updated>
	<author>
		<name>Michael Dinowitz</name>
	</author>
	<content type="html">&lt;br&gt;Can you email me off list with the steps you took and what you were expecting?
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Michael Dinowitz
&lt;br&gt;House of Fusion
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On Tue, Dec 1, 2009 at 7:55 AM, I. Addoum. &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26591661&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sol_xpert@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; is it me or the HOF Mailing List Management page is NOT working ?!?
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.houseoffusion.com/signin/lists.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/signin/lists.cfm&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; i would like to add my account to other CF mailing lists but with no success so far ...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; anyone else has that problem ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328756&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328756&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-cfsqltype-error-tp26581668p26591661.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26591273</id>
	<title>HOF mailing lists</title>
	<published>2009-12-01T04:55:36Z</published>
	<updated>2009-12-01T04:55:36Z</updated>
	<author>
		<name>Bob-313</name>
	</author>
	<content type="html">&lt;br&gt;is it me or the HOF Mailing List Management page is NOT working ?!?
&lt;br&gt;&lt;a href=&quot;http://www.houseoffusion.com/signin/lists.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/signin/lists.cfm&lt;/a&gt;&lt;br&gt;&lt;br&gt;i would like to add my account to other CF mailing lists but with no success so far ...
&lt;br&gt;&lt;br&gt;anyone else has that problem ?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328755&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328755&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-cfsqltype-error-tp26581668p26591273.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26584788</id>
	<title>Re: cfsqltype error</title>
	<published>2009-11-30T16:41:25Z</published>
	<updated>2009-11-30T16:41:25Z</updated>
	<author>
		<name>Bobby Hartsfield-2</name>
	</author>
	<content type="html">&lt;br&gt;Mathew is correct of course. Also, the CF error rarely ever points to 
&lt;br&gt;the correct line when the issue is with a SQL statement.
&lt;br&gt;&lt;br&gt;&lt;br&gt;you could wrap your value in val() or try an iif() within the NULL 
&lt;br&gt;attribute of cfqueryparam if your column allows null values.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Matthew wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; My guess is that &amp;quot;#somevalue#&amp;quot; returned an empty string, which is the wrong data type for an SQL_integer field...the data should be numeric..
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On 30 Nov 2009, at 20:34, fun and learning &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584788&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;funandlrnng10@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi All,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am getting the following error when I am trying to insert data into the database:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Invalid data '' for CFSQLTYPE CF_SQL_INTEGER
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The line one which the error is shown is using a &amp;nbsp;&amp;lt;cfqueryparam cfsqltype=&amp;quot;cf_sql_varchar&amp;quot; value = &amp;quot;#somevalue#&amp;quot;&amp;gt; but the error says cf_sql_integer. can anyone please let me know what could possibly have gone wrong?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328754&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328754&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-cfsqltype-error-tp26581668p26584788.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26582083</id>
	<title>Re: .htaccess file for ColdFusion?</title>
	<published>2009-11-30T13:19:09Z</published>
	<updated>2009-11-30T13:19:09Z</updated>
	<author>
		<name>Shannon Peevey</name>
	</author>
	<content type="html">&lt;br&gt;This is probably a better example/thread:
&lt;br&gt;&lt;a href=&quot;http://www.webmasterworld.com/forum92/5664.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.webmasterworld.com/forum92/5664.htm&lt;/a&gt;&lt;br&gt;&lt;br&gt;On Mon, Nov 30, 2009 at 3:13 PM, Shannon Peevey &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26582083&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;speeves@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Apache mod_rewrite is definitely one of the most powerful tools in your web
&lt;br&gt;&amp;gt; hosting toolkit.
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Here is an example of what you want to do:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://stackoverflow.com/questions/552641/apache-modrewrite-and-php-argumentsomething/552647#552647&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stackoverflow.com/questions/552641/apache-modrewrite-and-php-argumentsomething/552647#552647&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; take care,
&lt;br&gt;&amp;gt; speeves
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Mon, Nov 30, 2009 at 3:01 PM, Joshua Rowe &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26582083&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jrowe@...&lt;/a&gt;&amp;gt;wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hello. &amp;nbsp;I am trying to set up an .htaccess file to &amp;quot;clean up&amp;quot; the URL.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;For example, if the user is on page:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://www.mydomain.com/index.cfm?page=Contact&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mydomain.com/index.cfm?page=Contact&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; then I want the URL to show this instead:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://www.mydomain.com/Contact&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mydomain.com/Contact&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Would this be the right way to go to get this result or is there a better
&lt;br&gt;&amp;gt;&amp;gt; method? &amp;nbsp;Thanks!
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328753&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328753&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/.htaccess-file-for-ColdFusion--tp26581889p26582083.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26581994</id>
	<title>Re: .htaccess file for ColdFusion?</title>
	<published>2009-11-30T13:13:45Z</published>
	<updated>2009-11-30T13:13:45Z</updated>
	<author>
		<name>Shannon Peevey</name>
	</author>
	<content type="html">&lt;br&gt;Apache mod_rewrite is definitely one of the most powerful tools in your web
&lt;br&gt;hosting toolkit.
&lt;br&gt;&lt;a href=&quot;http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Here is an example of what you want to do:
&lt;br&gt;&lt;a href=&quot;http://stackoverflow.com/questions/552641/apache-modrewrite-and-php-argumentsomething/552647#552647&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stackoverflow.com/questions/552641/apache-modrewrite-and-php-argumentsomething/552647#552647&lt;/a&gt;&lt;br&gt;&lt;br&gt;take care,
&lt;br&gt;speeves
&lt;br&gt;&lt;br&gt;On Mon, Nov 30, 2009 at 3:01 PM, Joshua Rowe &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26581994&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jrowe@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hello. &amp;nbsp;I am trying to set up an .htaccess file to &amp;quot;clean up&amp;quot; the URL. &amp;nbsp;For
&lt;br&gt;&amp;gt; example, if the user is on page:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://www.mydomain.com/index.cfm?page=Contact&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mydomain.com/index.cfm?page=Contact&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; then I want the URL to show this instead:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://www.mydomain.com/Contact&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mydomain.com/Contact&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Would this be the right way to go to get this result or is there a better
&lt;br&gt;&amp;gt; method? &amp;nbsp;Thanks!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328751&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328751&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/.htaccess-file-for-ColdFusion--tp26581889p26581994.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26582042</id>
	<title>Re: Best Way to Handle Multiple Related Selects?</title>
	<published>2009-11-30T13:10:31Z</published>
	<updated>2009-11-30T13:10:31Z</updated>
	<author>
		<name>shannon-31</name>
	</author>
	<content type="html">&lt;br&gt;Thanks for the suggestions, all. &amp;nbsp;I ended up simply handling it with WDDX and old-fashioned Javascript. &amp;nbsp;I was pretty disappointed that CF's new bind options proved to be a poor solution for more advanced needs, but in this case my lists are of reasonable length so AJAX is probably overkill anyway. 
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328752&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328752&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Best-Way-to-Handle-Multiple-Related-Selects--tp26480807p26582042.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26581889</id>
	<title>.htaccess file for ColdFusion?</title>
	<published>2009-11-30T13:01:09Z</published>
	<updated>2009-11-30T13:01:09Z</updated>
	<author>
		<name>Joshua Rowe-2</name>
	</author>
	<content type="html">&lt;br&gt;Hello. &amp;nbsp;I am trying to set up an .htaccess file to &amp;quot;clean up&amp;quot; the URL. &amp;nbsp;For example, if the user is on page:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.mydomain.com/index.cfm?page=Contact&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mydomain.com/index.cfm?page=Contact&lt;/a&gt;&lt;br&gt;&lt;br&gt;then I want the URL to show this instead:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.mydomain.com/Contact&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mydomain.com/Contact&lt;/a&gt;&lt;br&gt;&lt;br&gt;Would this be the right way to go to get this result or is there a better method? &amp;nbsp;Thanks! 
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328750&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328750&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/.htaccess-file-for-ColdFusion--tp26581889p26581889.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26581668</id>
	<title>Re: cfsqltype error</title>
	<published>2009-11-30T12:52:56Z</published>
	<updated>2009-11-30T12:52:56Z</updated>
	<author>
		<name>Matthew Allen-5</name>
	</author>
	<content type="html">&lt;br&gt;My guess is that &amp;quot;#somevalue#&amp;quot; returned an empty string, which is the wrong data type for an SQL_integer field...the data should be numeric..
&lt;br&gt;&lt;br&gt;&lt;br&gt;On 30 Nov 2009, at 20:34, fun and learning &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26581668&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;funandlrnng10@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&lt;br&gt;Hi All,
&lt;br&gt;&lt;br&gt;I am getting the following error when I am trying to insert data into the database:
&lt;br&gt;&lt;br&gt;Invalid data '' for CFSQLTYPE CF_SQL_INTEGER
&lt;br&gt;&lt;br&gt;The line one which the error is shown is using a &amp;nbsp;&amp;lt;cfqueryparam cfsqltype=&amp;quot;cf_sql_varchar&amp;quot; value = &amp;quot;#somevalue#&amp;quot;&amp;gt; but the error says cf_sql_integer. can anyone please let me know what could possibly have gone wrong?
&lt;br&gt;&lt;br&gt;Thanks 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328749&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328749&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-cfsqltype-error-tp26581668p26581668.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26581595</id>
	<title>RE: cfsqltype error</title>
	<published>2009-11-30T12:48:10Z</published>
	<updated>2009-11-30T12:48:10Z</updated>
	<author>
		<name>mkruger@cfwebtools.com</name>
	</author>
	<content type="html">&lt;br&gt;If you change something on the server (add a column to a table for example)
&lt;br&gt;ColdFusion still holds onto the &amp;quot;old&amp;quot; schema. Consequently it tries to
&lt;br&gt;insert into a column that is incorrectly mapped (via the tableid or whatever
&lt;br&gt;in the system tables of the db in question).
&lt;br&gt;&lt;br&gt;Here's a post with the scoop.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.coldfusionmuse.com/index.cfm/2005/4/29/dbschemaChange&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.coldfusionmuse.com/index.cfm/2005/4/29/dbschemaChange&lt;/a&gt;&lt;br&gt;&lt;br&gt;To mitigate it you need to force the schema to be recached. Restarting CF
&lt;br&gt;does it of course, but so does changing some of your queries - adding a
&lt;br&gt;space works well on selects for example.
&lt;br&gt;&lt;br&gt;-Mark
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Mark A. Kruger, CFG, MCSE
&lt;br&gt;(402) 408-3733 ext 105
&lt;br&gt;www.cfwebtools.com
&lt;br&gt;www.coldfusionmuse.com
&lt;br&gt;www.necfug.com
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: fun and learning [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26581595&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;funandlrnng10@...&lt;/a&gt;] 
&lt;br&gt;Sent: Monday, November 30, 2009 2:35 PM
&lt;br&gt;To: cf-talk
&lt;br&gt;Subject: cfsqltype error
&lt;br&gt;&lt;br&gt;&lt;br&gt;Hi All,
&lt;br&gt;&lt;br&gt;I am getting the following error when I am trying to insert data into the
&lt;br&gt;database:
&lt;br&gt;&lt;br&gt;Invalid data '' for CFSQLTYPE CF_SQL_INTEGER
&lt;br&gt;&lt;br&gt;The line one which the error is shown is using a &amp;nbsp;&amp;lt;cfqueryparam
&lt;br&gt;cfsqltype=&amp;quot;cf_sql_varchar&amp;quot; value = &amp;quot;#somevalue#&amp;quot;&amp;gt; but the error says
&lt;br&gt;cf_sql_integer. can anyone please let me know what could possibly have gone
&lt;br&gt;wrong?
&lt;br&gt;&lt;br&gt;Thanks 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328748&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328748&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/cfsqltype-error-tp26581482p26581595.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26581482</id>
	<title>cfsqltype error</title>
	<published>2009-11-30T12:34:36Z</published>
	<updated>2009-11-30T12:34:36Z</updated>
	<author>
		<name>funand learning</name>
	</author>
	<content type="html">&lt;br&gt;Hi All,
&lt;br&gt;&lt;br&gt;I am getting the following error when I am trying to insert data into the database:
&lt;br&gt;&lt;br&gt;Invalid data '' for CFSQLTYPE CF_SQL_INTEGER
&lt;br&gt;&lt;br&gt;The line one which the error is shown is using a &amp;nbsp;&amp;lt;cfqueryparam cfsqltype=&amp;quot;cf_sql_varchar&amp;quot; value = &amp;quot;#somevalue#&amp;quot;&amp;gt; but the error says cf_sql_integer. can anyone please let me know what could possibly have gone wrong?
&lt;br&gt;&lt;br&gt;Thanks 
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328747&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328747&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/cfsqltype-error-tp26581482p26581482.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26577942</id>
	<title>datefield + js</title>
	<published>2009-11-30T08:49:59Z</published>
	<updated>2009-11-30T08:49:59Z</updated>
	<author>
		<name>Won Lee-3</name>
	</author>
	<content type="html">&lt;br&gt;Hello folks,
&lt;br&gt;&lt;br&gt;This has to be something simple as I've seen example of ppl getting it to
&lt;br&gt;work but I'm having problems running some JS on a cfinput type datefield.
&lt;br&gt;&lt;br&gt;Part of the code
&lt;br&gt;----
&lt;br&gt;&lt;br&gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp;function calcAge(){
&lt;br&gt;alert('calc age');
&lt;br&gt;return true;
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;&amp;lt;/script&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;lt;cfform name=&amp;quot;patient_form&amp;quot; action=&amp;quot;patient_action.cfm&amp;quot; method=&amp;quot;post&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;tr&amp;gt;
&lt;br&gt;&amp;lt;td&amp;gt;&amp;lt;b&amp;gt;Birthdate:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;lt;td&amp;gt;&amp;lt;cfinput mask=&amp;quot;DDMMMYYYY&amp;quot; name=&amp;quot;patient_bdate&amp;quot; &amp;nbsp;type=&amp;quot;datefield&amp;quot;
&lt;br&gt;value=&amp;quot;&amp;quot; onChange=&amp;quot;calcAge()&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;lt;td&amp;gt;&amp;lt;b&amp;gt;Age:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;lt;td&amp;gt;&amp;lt;cfinput type=&amp;quot;text&amp;quot; name=&amp;quot;patient_age&amp;quot; value=&amp;quot;&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;lt;/tr&amp;gt;
&lt;br&gt;&lt;br&gt;----
&lt;br&gt;&lt;br&gt;I've also tried onClick (Works if I click on the input box but not the
&lt;br&gt;calendar icon), OnError, onValidate, onKeyDown, onKeyUp.
&lt;br&gt;&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328746&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328746&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/datefield-%2B-js-tp26577942p26577942.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26577495</id>
	<title>RE: CFStoredProc.StatusCode makes stored proc public</title>
	<published>2009-11-30T08:25:57Z</published>
	<updated>2009-11-30T08:25:57Z</updated>
	<author>
		<name>Dave Phelan</name>
	</author>
	<content type="html">&lt;br&gt;Declaring the result doesn't work, had tried that earlier. &amp;nbsp;What did work was declaring the stored proc like so:
&lt;br&gt;&lt;br&gt;&amp;lt;cfset var cfstoredproc=StructNew()&amp;gt;
&lt;br&gt;&lt;br&gt;Thanks for the slap on the back of the head.
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Chad Gray [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26577495&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cgray@...&lt;/a&gt;] 
&lt;br&gt;Sent: Tuesday, November 24, 2009 1:44 PM
&lt;br&gt;To: cf-talk
&lt;br&gt;Subject: RE: CFStoredProc.StatusCode makes stored proc public
&lt;br&gt;&lt;br&gt;&lt;br&gt;Just a guess, but do you have to declare the stored procedure and result?
&lt;br&gt;&lt;br&gt;&amp;lt;cfset var foo = &amp;quot;&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt; From: Dave Phelan [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26577495&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dphelan@...&lt;/a&gt;]
&lt;br&gt;&amp;gt; Sent: Tuesday, November 24, 2009 12:57 PM
&lt;br&gt;&amp;gt; To: cf-talk
&lt;br&gt;&amp;gt; Subject: CFStoredProc.StatusCode makes stored proc public
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; All,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have written a central monitor app in flex that uses CF remote objects
&lt;br&gt;&amp;gt; to call CF web services for data retrieval. &amp;nbsp;One of the functions in the
&lt;br&gt;&amp;gt; web service calls a stored function that will return success or failure.
&lt;br&gt;&amp;gt; The issue is that I am trying to keep everything local to the function,
&lt;br&gt;&amp;gt; but as soon as I set ReturnCode to true, cfstoredproc becomes a public
&lt;br&gt;&amp;gt; variable. &amp;nbsp;I have tried using cfprocresult, but it never gets populated.
&lt;br&gt;&amp;gt; I have tried setting the return variable, but cfstoredproc still goes
&lt;br&gt;&amp;gt; public. &amp;nbsp;The result variable stays local, so I guess if I never reference
&lt;br&gt;&amp;gt; cfstoredproc.* I'll be OK, but I'd like to be able to keep it local.
&lt;br&gt;&amp;gt; Anyone have any suggestions?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I am using Flex 3 for the UI, CF 8 for the date retrieval and
&lt;br&gt;&amp;gt; manipulation, win 2k3 server with IIS, and Intersystems Cache2k8 as the
&lt;br&gt;&amp;gt; backend.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; David Phelan
&lt;br&gt;&amp;gt; Sr. CF Developer
&lt;br&gt;&amp;gt; LifePoint Informatics
&lt;br&gt;&amp;gt; 201-447-9991 Ext 318
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26577495&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dphelan@...&lt;/a&gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328745&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328745&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/CFStoredProc.StatusCode-makes-stored-proc-public-tp26500622p26577495.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26564677</id>
	<title>Date Compare Help</title>
	<published>2009-11-29T10:31:43Z</published>
	<updated>2009-11-29T10:31:43Z</updated>
	<author>
		<name>Mark Leder</name>
	</author>
	<content type="html">&lt;br&gt;Thanks Barney, that worked!
&lt;br&gt;&lt;br&gt;Mark 
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328744&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328744&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Date-Compare-Help-tp26564045p26564677.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26564115</id>
	<title>Re: Date Compare Help</title>
	<published>2009-11-29T09:40:29Z</published>
	<updated>2009-11-29T09:40:29Z</updated>
	<author>
		<name>Barney Boisvert</name>
	</author>
	<content type="html">&lt;br&gt;Just change that &amp;quot;EQ&amp;quot; to &amp;quot;LT&amp;quot; and you'll be set.
&lt;br&gt;&lt;br&gt;On Sunday, November 29, 2009, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26564115&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mel@...&lt;/a&gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26564115&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mel@...&lt;/a&gt;
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26564115&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mel@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt; Trying to do a date compare on a file datelastmodified (retrieved through CFDirectory).
&lt;br&gt;&amp;gt; If the file datelastmodified is older than 1 hour previous to Now, I want to refetch the file.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; In other words, if the file is posted at 9:00 AM, if it's presently 10:05 AM, I want to get a new file.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Here's my attempt, but I can't get it to work right:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; DateCompare(dirname.DateLastModified, DateAdd(&amp;quot;h&amp;quot;, -1, Now())) EQ 0
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Mark
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328743&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328743&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Date-Compare-Help-tp26564045p26564115.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26564045</id>
	<title>Date Compare Help</title>
	<published>2009-11-29T09:25:37Z</published>
	<updated>2009-11-29T09:25:37Z</updated>
	<author>
		<name>Mark Leder</name>
	</author>
	<content type="html">&lt;br&gt;Hi all,
&lt;br&gt;Trying to do a date compare on a file datelastmodified (retrieved through CFDirectory).
&lt;br&gt;If the file datelastmodified is older than 1 hour previous to Now, I want to refetch the file.
&lt;br&gt;&lt;br&gt;In other words, if the file is posted at 9:00 AM, if it's presently 10:05 AM, I want to get a new file.
&lt;br&gt;&lt;br&gt;Here's my attempt, but I can't get it to work right:
&lt;br&gt;&lt;br&gt;DateCompare(dirname.DateLastModified, DateAdd(&amp;quot;h&amp;quot;, -1, Now())) EQ 0
&lt;br&gt;&lt;br&gt;Thanks!
&lt;br&gt;&lt;br&gt;Mark 
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328742&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328742&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Date-Compare-Help-tp26564045p26564045.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26563441</id>
	<title>Re: Enabled Sandbox Security on DEV Server, now no service is available</title>
	<published>2009-11-29T08:21:50Z</published>
	<updated>2009-11-29T08:21:50Z</updated>
	<author>
		<name>Jochem van Dieten</name>
	</author>
	<content type="html">&lt;br&gt;On Thu, Nov 26, 2009 at 6:04 PM, Dave &amp;nbsp;Hatz wrote:
&lt;br&gt;&amp;gt; I am trying to get familiar with Sandbox security on CF8 Enterprise running on Windows 2008 box.  I enabled sandbox security and restarted the server, now I can't access the administrator page and my CF service fails : The service is unavailable.
&lt;br&gt;&lt;br&gt;Look for the error message in cfusion-out.log and cfusion-err.log.
&lt;br&gt;&lt;br&gt;Jochem
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Jochem van Dieten
&lt;br&gt;&lt;a href=&quot;http://jochem.vandieten.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jochem.vandieten.net/&lt;/a&gt;&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328741&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328741&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Enabled-Sandbox-Security-on-DEV-Server%2C-now-no-service-is-available-tp26532429p26563441.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26555152</id>
	<title>SOLVED:Re: custom ajaxCFC arguments</title>
	<published>2009-11-28T09:33:39Z</published>
	<updated>2009-11-28T09:33:39Z</updated>
	<author>
		<name>Bryan Stevenson</name>
	</author>
	<content type="html">&lt;br&gt;Well no help over turkey time I guess...damn that tryptophan.....but I
&lt;br&gt;got 'er sorted ;-)
&lt;br&gt;&lt;br&gt;Cheers
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&lt;br&gt;Bryan Stevenson B.Comm.
&lt;br&gt;VP &amp; Director of E-Commerce Development
&lt;br&gt;Electric Edge Systems Group Inc.
&lt;br&gt;phone: 250.480.0642
&lt;br&gt;fax: 250.480.1264
&lt;br&gt;cell: 250.920.8830
&lt;br&gt;e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26555152&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bryan@...&lt;/a&gt;
&lt;br&gt;web: www.electricedgesystems.com
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Notice:
&lt;br&gt;This message, including any attachments, is confidential and may contain
&lt;br&gt;information that is privileged or exempt from disclosure. It is intended
&lt;br&gt;only for the person to whom it is addressed unless expressly authorized
&lt;br&gt;otherwise by the sender. If you are not an authorized recipient, please
&lt;br&gt;notify the sender immediately and permanently destroy all copies of this
&lt;br&gt;message and attachments.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328740&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328740&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/custom-ajaxCFC-arguments-tp26534138p26555152.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26550628</id>
	<title>Re: cfc not returning results to CFSLELCT</title>
	<published>2009-11-27T21:25:49Z</published>
	<updated>2009-11-27T21:25:49Z</updated>
	<author>
		<name>Les Mizzell</name>
	</author>
	<content type="html">&lt;br&gt;James Holmes wrote:
&lt;br&gt;&amp;gt; This means the CF Ajax JavaScript files aren't loading. Check the
&lt;br&gt;&amp;gt; /CFIDE/scripts alias for the webserver for that site.
&lt;br&gt;&lt;br&gt;Finally got support to check the IIS settings, and ure enough, a mapping 
&lt;br&gt;was missing. Ack! That one cost me some hair!
&lt;br&gt;&lt;br&gt;Thanks to everybody that chimed in.
&lt;br&gt;&lt;br&gt;All is well now!
&lt;br&gt;&lt;br&gt;&lt;br&gt;__________ Information from ESET NOD32 Antivirus, version of virus signature database 4643 (20091127) __________
&lt;br&gt;&lt;br&gt;The message was checked by ESET NOD32 Antivirus.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.eset.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.eset.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328739&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328739&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/cfc-not-returning-results-to-CFSLELCT-tp26512433p26550628.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26548904</id>
	<title>Re: CFBuilder extensions not working</title>
	<published>2009-11-27T15:01:45Z</published>
	<updated>2009-11-27T15:01:45Z</updated>
	<author>
		<name>Dave Watts</name>
	</author>
	<content type="html">&lt;br&gt;&amp;gt; I am having the damndest time getting any of the CF Builder extensions to work. I have a CF multiserver setup with CF7, CF8,
&lt;br&gt;&amp;gt; and CF9 all running on JRun. I have CFBuilder installed as plugins to a clean version of Eclipse 3.5 64-bit for OS X. I installed the
&lt;br&gt;&amp;gt; basic extensions to map to the CF9 server. I also installed a couple from RIAforge, including the CFProperty Inspector.
&lt;br&gt;&lt;br&gt;The extensions are, as you've discovered, a bit shaky in the beta. The
&lt;br&gt;only way I know to get them to work in Beta 2 is to install CF Builder
&lt;br&gt;&amp;quot;standalone&amp;quot;, rather than as an Eclipse plugin. I expect that'll be
&lt;br&gt;ironed out before release.
&lt;br&gt;&lt;br&gt;Dave Watts, CTO, Fig Leaf Software
&lt;br&gt;&lt;a href=&quot;http://www.figleaf.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.figleaf.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Fig Leaf Software provides the highest caliber vendor-authorized
&lt;br&gt;instruction at our training centers in Washington DC, Atlanta,
&lt;br&gt;Chicago, Baltimore, Northern Virginia, or on-site at your location.
&lt;br&gt;Visit &lt;a href=&quot;http://training.figleaf.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://training.figleaf.com/&lt;/a&gt;&amp;nbsp;for more information!
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328738&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328738&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/CFBuilder-extensions-not-working-tp26543969p26548904.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26543969</id>
	<title>CFBuilder extensions not working</title>
	<published>2009-11-27T07:26:40Z</published>
	<updated>2009-11-27T07:26:40Z</updated>
	<author>
		<name>Rob Barthle</name>
	</author>
	<content type="html">&lt;br&gt;I am having the damndest time getting any of the CF Builder extensions to work. I have a CF multiserver setup with CF7, CF8, and CF9 all running on JRun. I have CFBuilder installed as plugins to a clean version of Eclipse 3.5 64-bit for OS X. I installed the basic extensions to map to the CF9 server. I also installed a couple from RIAforge, including the CFProperty Inspector.
&lt;br&gt;&lt;br&gt;However, none of these extensions are creating the files they are supposed to. An example is the CFC Generator. I open an RDS (any of the three) and select a database table. I click to generate the CFC (or the ORM CFC just for kicks), select a directory in any of my projects, and the files are never written out.
&lt;br&gt;&lt;br&gt;This is driving me crazy, especially since when I used this at the Chicago Flex training last week, it worked fine.
&lt;br&gt;&lt;br&gt;Anybody have a clue why this is happening?
&lt;br&gt;&lt;br&gt;The latest attempt at least shone some light on it, I am getting this error sometimes, but not all the time, in teh Console when trying the Adobe CFC Generator. But I am even more confused now because I have the server set up properly, I can go to this URL in my browser without a problem.
&lt;br&gt;&lt;br&gt;11/27 10:28:41 error Requested resource 'File not found: /Adobe CFC Generator/handlers/index.cfm' (File%20not%20found%3a%20%2fAdobe%20CFC%20Generator%2fhandlers%2findex.cfm) not found
&lt;br&gt;java.lang.IllegalStateException
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jrun.servlet.JRunResponse.getWriter(JRunResponse.java:203)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jrun.servlet.JRunResponse.sendError(JRunResponse.java:586)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:316)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66) 
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328737&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328737&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/CFBuilder-extensions-not-working-tp26543969p26543969.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26541776</id>
	<title>Pick up invoice number and Customer number from a text file</title>
	<published>2009-11-27T04:18:50Z</published>
	<updated>2009-11-27T04:18:50Z</updated>
	<author>
		<name>Damo Drumm</name>
	</author>
	<content type="html">&lt;br&gt;Can anyone help me out with the below:
&lt;br&gt;Im trying to pick up an invNumber and CustAccNum which is either on line 26 or 27, at the minute the below code seems to be doubling up, and not importing anything into the database
&lt;br&gt;any tips would be great 
&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;&amp;lt;cfif left(trim(Variables.aryLoop), 3) is &amp;quot;026&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;cfif trim(right(left(Variables.aryLoop, 74), 20)) neq &amp;quot;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;cfset Variables.invArray[Variables.invoiceCounter].invNumber = trim(right(left(Variables.aryLoop, 74), 20))&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;cfset Variables.invArray[Variables.invoiceCounter].CustAccNum = trim(right(left(Variables.aryLoop, 32), 17))&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;cfelse&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;cfset Variables.invArray[Variables.invoiceCounter].invNumber = trim(right(left(Variables.fArray[counter+1], 74), 20))&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;cfset Variables.invArray[Variables.invoiceCounter].CustAccNum = trim(right(left(Variables.fArray[counter+0], 32), 17))&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/cfif&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/cfif&amp;gt; 
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328736&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328736&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Pick-up-invoice-number-and-Customer-number-from-a-text-file-tp26541776p26541776.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26538057</id>
	<title>Re: ORMExecuteQuery problem</title>
	<published>2009-11-26T21:21:26Z</published>
	<updated>2009-11-26T21:21:26Z</updated>
	<author>
		<name>Rupesh Kumar-5</name>
	</author>
	<content type="html">&lt;br&gt;There seems to be some problem with the type conversion. So out of curiosity, can you check what happens when you replace the query with ormExecuteQuery(&amp;quot;from User where region_id =? and usergroup_id=?&amp;quot;, [1, 1]);
&lt;br&gt;&lt;br&gt;If that works fine, would you mind sending a test case to me (rukumar at adobe )? It would be great if you can also add the stacktrace for the null pointer? 
&lt;br&gt;&lt;br&gt;Rupesh
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328735&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328735&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ORMExecuteQuery-problem-tp26410102p26538057.html" />
</entry>

</feed>
