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

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224037
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