<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Lesson 2 &#8211; HelloWorld part2</title>
	<atom:link href="http://john.beynon.org.uk/2004/08/24/lesson-2-helloworld-part2/feed/" rel="self" type="application/rss+xml" />
	<link>http://john.beynon.org.uk/2004/08/24/lesson-2-helloworld-part2/</link>
	<description>Confessions of a code Junkie and anything else i fancy!</description>
	<lastBuildDate>Thu, 14 Jan 2010 03:02:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bruce</title>
		<link>http://john.beynon.org.uk/2004/08/24/lesson-2-helloworld-part2/#comment-108</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Wed, 10 Aug 2005 21:17:08 +0000</pubDate>
		<guid isPermaLink="false">http://john.beynon.org.uk/index.cfm/2004/8/24/Lesson-2---HelloWorld-part2#comment-108</guid>
		<description>More typos...
Pg. 12-13 when talking about adding XFA tag and variable, you state to make changes to the dsp_hello.cfm twice but it should be referencing dsp_welcome.cfm each time. No changes are made to the dsp_hello.cfm for this tutorial to work.</description>
		<content:encoded><![CDATA[<p>More typos&#8230;<br />
Pg. 12-13 when talking about adding XFA tag and variable, you state to make changes to the dsp_hello.cfm twice but it should be referencing dsp_welcome.cfm each time. No changes are made to the dsp_hello.cfm for this tutorial to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce</title>
		<link>http://john.beynon.org.uk/2004/08/24/lesson-2-helloworld-part2/#comment-107</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Wed, 10 Aug 2005 20:53:03 +0000</pubDate>
		<guid isPermaLink="false">http://john.beynon.org.uk/index.cfm/2004/8/24/Lesson-2---HelloWorld-part2#comment-107</guid>
		<description>Let me clarify the previous post...after the refresh I then see what I&#039;m supposed to see in the window but I STILL get the exception errors as before.  It&#039;s just that first time that I get a timeout on CFLOOP tag.

Will also point out typo on pg. 9 Summary item #1 the file should be dsp_welcome.cfm, not dsp_hello.cfm.

Great tutorial by the way!  Thanks John!!</description>
		<content:encoded><![CDATA[<p>Let me clarify the previous post&#8230;after the refresh I then see what I&#8217;m supposed to see in the window but I STILL get the exception errors as before.  It&#8217;s just that first time that I get a timeout on CFLOOP tag.</p>
<p>Will also point out typo on pg. 9 Summary item #1 the file should be dsp_welcome.cfm, not dsp_hello.cfm.</p>
<p>Great tutorial by the way!  Thanks John!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce</title>
		<link>http://john.beynon.org.uk/2004/08/24/lesson-2-helloworld-part2/#comment-106</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Wed, 10 Aug 2005 20:28:41 +0000</pubDate>
		<guid isPermaLink="false">http://john.beynon.org.uk/index.cfm/2004/8/24/Lesson-2---HelloWorld-part2#comment-106</guid>
		<description>Why do I get exceptions the first time I run a lesson in my Firefox web browser in CFMX 6.1?  Here they are:

Exceptions

17:23:34.034 - Application Exception - in /webdev/latticesemi/web/bruce/fb4/LearnFB/lesson2/fusebox4.loader.cfmx.cfm : line 97

	    The specified Directory attribute value /webdev/latticesemi/web/bruce/fb4/LearnFB/lesson2/parsed could not be created.


17:23:34.034 - Application Exception - in /webdev/latticesemi/web/bruce/fb4/LearnFB/lesson2/fusebox4.loader.cfmx.cfm : line 101

	    The specified Directory attribute value /webdev/latticesemi/web/bruce/fb4/LearnFB/lesson2/plugins could not be created.


17:23:34.034 - fusebox.forceLoadException.newAppRoot - in /webdev/latticesemi/web/bruce/fb4/LearnFB/lesson2/fusebox4.loader.cfmx.cfm : line 130

	    The application root directory has changed.


17:23:37.037 - MissingInclude Exception - in /webdev/latticesemi/web/bruce/fb4/LearnFB/lesson2/fusebox4.runtime.cfmx.cfm : line 170

	    Could not find the included template ./fusebox.init.cfm.


17:24:03.003 - Application Exception - in /webdev/latticesemi/web/bruce/fb4/LearnFB/lesson2/fusebox4.parser.cfmx.cfm : line 106

	    The request has exceeded the allowable time limit Tag: CFLOOP


I refresh the same page and poof!... it works fine.  Is this due to the first time runtime compile CFMX does into Java?</description>
		<content:encoded><![CDATA[<p>Why do I get exceptions the first time I run a lesson in my Firefox web browser in CFMX 6.1?  Here they are:</p>
<p>Exceptions</p>
<p>17:23:34.034 &#8211; Application Exception &#8211; in /webdev/latticesemi/web/bruce/fb4/LearnFB/lesson2/fusebox4.loader.cfmx.cfm : line 97</p>
<p>	    The specified Directory attribute value /webdev/latticesemi/web/bruce/fb4/LearnFB/lesson2/parsed could not be created.</p>
<p>17:23:34.034 &#8211; Application Exception &#8211; in /webdev/latticesemi/web/bruce/fb4/LearnFB/lesson2/fusebox4.loader.cfmx.cfm : line 101</p>
<p>	    The specified Directory attribute value /webdev/latticesemi/web/bruce/fb4/LearnFB/lesson2/plugins could not be created.</p>
<p>17:23:34.034 &#8211; fusebox.forceLoadException.newAppRoot &#8211; in /webdev/latticesemi/web/bruce/fb4/LearnFB/lesson2/fusebox4.loader.cfmx.cfm : line 130</p>
<p>	    The application root directory has changed.</p>
<p>17:23:37.037 &#8211; MissingInclude Exception &#8211; in /webdev/latticesemi/web/bruce/fb4/LearnFB/lesson2/fusebox4.runtime.cfmx.cfm : line 170</p>
<p>	    Could not find the included template ./fusebox.init.cfm.</p>
<p>17:24:03.003 &#8211; Application Exception &#8211; in /webdev/latticesemi/web/bruce/fb4/LearnFB/lesson2/fusebox4.parser.cfmx.cfm : line 106</p>
<p>	    The request has exceeded the allowable time limit Tag: CFLOOP</p>
<p>I refresh the same page and poof!&#8230; it works fine.  Is this due to the first time runtime compile CFMX does into Java?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jcmiii</title>
		<link>http://john.beynon.org.uk/2004/08/24/lesson-2-helloworld-part2/#comment-104</link>
		<dc:creator>jcmiii</dc:creator>
		<pubDate>Thu, 28 Jul 2005 16:32:21 +0000</pubDate>
		<guid isPermaLink="false">http://john.beynon.org.uk/index.cfm/2004/8/24/Lesson-2---HelloWorld-part2#comment-104</guid>
		<description>What happened to the accompanying PDFs and zip files?</description>
		<content:encoded><![CDATA[<p>What happened to the accompanying PDFs and zip files?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johnb</title>
		<link>http://john.beynon.org.uk/2004/08/24/lesson-2-helloworld-part2/#comment-110</link>
		<dc:creator>johnb</dc:creator>
		<pubDate>Thu, 12 May 2005 14:12:32 +0000</pubDate>
		<guid isPermaLink="false">http://john.beynon.org.uk/index.cfm/2004/8/24/Lesson-2---HelloWorld-part2#comment-110</guid>
		<description>yeah, if your in development mode you might run into a problem (try a 4 way frameset each calling a fuseaction - it usually causes an error) but in production mode application.fusebox is only ever created on the first request (or when the application is reloaded/refreshed). I&#039;ve not run into a problem using this method myself - especially as nothing ever programmaically changes the value of fuseactionvariable at run time.</description>
		<content:encoded><![CDATA[<p>yeah, if your in development mode you might run into a problem (try a 4 way frameset each calling a fuseaction &#8211; it usually causes an error) but in production mode application.fusebox is only ever created on the first request (or when the application is reloaded/refreshed). I&#8217;ve not run into a problem using this method myself &#8211; especially as nothing ever programmaically changes the value of fuseactionvariable at run time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: grahame</title>
		<link>http://john.beynon.org.uk/2004/08/24/lesson-2-helloworld-part2/#comment-109</link>
		<dc:creator>grahame</dc:creator>
		<pubDate>Thu, 12 May 2005 07:15:35 +0000</pubDate>
		<guid isPermaLink="false">http://john.beynon.org.uk/index.cfm/2004/8/24/Lesson-2---HelloWorld-part2#comment-109</guid>
		<description>This may have been mentioned later (I&#039;m just starting reading lesson 3), but you&#039;re using #application.fusebox.fuseactionVariable# for the fuseaction label, but it&#039;s in the application scope. Surely this needs to be locked.

You&#039;ve not done this in any of the pages I&#039;ve seen. is there a reason for this - apologies if you say why later.

Cheers,

Grahame</description>
		<content:encoded><![CDATA[<p>This may have been mentioned later (I&#8217;m just starting reading lesson 3), but you&#8217;re using #application.fusebox.fuseactionVariable# for the fuseaction label, but it&#8217;s in the application scope. Surely this needs to be locked.</p>
<p>You&#8217;ve not done this in any of the pages I&#8217;ve seen. is there a reason for this &#8211; apologies if you say why later.</p>
<p>Cheers,</p>
<p>Grahame</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom MacKean</title>
		<link>http://john.beynon.org.uk/2004/08/24/lesson-2-helloworld-part2/#comment-105</link>
		<dc:creator>Tom MacKean</dc:creator>
		<pubDate>Wed, 12 Jan 2005 18:19:49 +0000</pubDate>
		<guid isPermaLink="false">http://john.beynon.org.uk/index.cfm/2004/8/24/Lesson-2---HelloWorld-part2#comment-105</guid>
		<description>At the bottom of page 12 you say...

Now that we’ve set the value of our XFA we need to use the XFA, so return
back to dsp_hello.cfm and change it to look like;

This should be dsp_welcome, not dsp_hello</description>
		<content:encoded><![CDATA[<p>At the bottom of page 12 you say&#8230;</p>
<p>Now that we’ve set the value of our XFA we need to use the XFA, so return<br />
back to dsp_hello.cfm and change it to look like;</p>
<p>This should be dsp_welcome, not dsp_hello</p>
]]></content:encoded>
	</item>
</channel>
</rss>
