> -----Original Message----- > From: Mark Holm [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 27, 2005 1:04 PM > To: CF-Talk > Subject: RE: CrystalTech Users Beware/ application.cfm issue > > > 1) Post up the relevant bits of you application.cfm file if possible - > >especially the parts where you set variables and decide when to set > >variables. > I posted the whole file in the thread..application.cfm issue.. can't be a > codeing issue.. > tried this simple application.cfm file: > <cfapplication name="BCNU199920012010"> > �<cfoutput>Hello world</cfoutput> > �<cfset application.test = "This is a test"> > �</cfapplication>
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. Jim Davis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204758 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

