Yup, it was something that cropped up back when CF6 came out. Putting code
from 6 to 5 highlighted this.

Ade

-----Original Message-----
From: C. Hatton Humphrey [mailto:[EMAIL PROTECTED]
Sent: 13 November 2005 19:12
To: CF-Talk
Subject: Error found by CF45 but Not CFMX7?


Had an interesting issue come up on Friday - I had sent some code to a
client for a small job I was working on and got a message back that
there was a syntax error.  I replied that it had not happened on my
setup and showed them via a series of screen shots; they replied with
a screen shot of the error.

Nested CFOutput tag found without a query attribute on the outer
CFOutput.  Interestingly enough, there was a syntax error that did not
show up in CFMX7...

Inside a custom tag there was a nested cfoutput.  I didn't write the
tag so I'm not 100% why this occured but it most defnintely was there

<cfoutput>
   .... some text
   <cfloop list="somelist" index="thisitem">
      <cfoutput>#ThisItem#</cfoutput>
   </cfloop>
</cfoutput>

it blew up on CF45 as well it should... but it did not on 7.  Anyone
see this behavior before?

Hatton


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:224038
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=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to