> -----Original Message-----
> From: Cameron Childress [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, April 27, 2005 1:28 PM
> To: CF-Talk
> Subject: Re: application.cfm issue
> 
> On 4/27/05, Jim Davis <[EMAIL PROTECTED]> wrote:
> > I'm not sure if this is causing the problem - but <cfapplication>
> doesn't
> > have an end tag (although it could be ended like <cfapplication /> to be
> XML
> > compliant).
> >
> > That MIGHT be causing your problems.
> 
> Seriously, there is no chance this is causing the problem.  Suggesting
> crazy solutions to a newbie is NOT constructive to them learning a new
> language.

Unless you were being sarcastic you may want to rethink this - in a quick
test it is DEFINITELY causing the problem.

Try this:

<cfoutput>Outside</cfoutput>
<cfset foo = false />
<cfapplication ... >
        <cfoutput>Inside</cfoutput>
        <cfset foo = true />
</cfapplication>
<cfoutput>foo = #foo#</cfoutput>

On CFMX 6.1 I only see "outside" and "foo = false" output.

Anything inside the cfapplication tag is being ignored.

Mark, I think that's your problem.

Jim Davis





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204771
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to