OK, I feel really stupid now. Sorry for bothering you all with that and thanks for pointing out the obvious mistake Stephen.
Strange that it worked on the server at work though. Perhaps the file mysteriously got changed on the way over!! BTW - I am at home - I'll just have to go to the fridge and carry on working with a beer - I'm sure that'll make finding errors easier!! Giles Roadnight http://giles.roadnight.name -----Original Message----- From: Stephen Moretti [mailto:[EMAIL PROTECTED] Sent: 07 March 2003 16:50 To: [EMAIL PROTECTED] Subject: Re: [ cf-dev ] Wierd Error on MX You've got a double quote missing the default attribute from line 98 <cfparam name="attributes.taggedUPRN" default=""> Go home.... It beer time.... ;o) Stephen ----- Original Message ----- From: "Giles Roadnight" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 07, 2003 4:28 PM Subject: [ cf-dev ] Wierd Error on MX > I have this error on MX on my machine at home. The same code runs fine > on the server (MX too) at the office! > > Invalid token '.' found on line 99 at column 42. > The CFML compiler was processing: > > the tag attribute "attributes", on line 99, column 32. > a cfparam tag beginning on line 98, column 18. > a cfparam tag beginning on line 98, column 18. > a cfparam tag beginning on line 98, column 18. > a cfparam tag beginning on line 98, column 18. > > > The error occurred in D:\My Documents\My Old > Webs\Dev\search\Available\index.cfm: line 99 > > 97 : <cfcase value="Search,report"> > 98 : <cfparam name="attributes.taggedUPRN" default="> > 99 : <cfparam name="attributes.taggedTransaction" default=""> > 100 : <cfif attributes.propsearchtype neq "transaction" and > isDefined("attributes.tagProp")> > 101 : > > > anyone got any ideas? If I remove line 99 I get the same error on line > 100. > > Giles Roadnight > http://giles.roadnight.name > > > -- > ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ > > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > For human help, e-mail: [EMAIL PROTECTED] > > -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED] -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
