Its not a bug. ACF has supported comments within tag for years. However the original BlueDragon, and by extension Open BlueDragon never has.
moreover it makes the code unreadable. regards, larry On Jul 9, 7:03 am, Adam Cameron <[email protected]> wrote: > G'day > Another OBD/CF incompat... > > I have this code: > > <cfset bExpr1 = true> > <cfset bExpr2 = true> > <cfset bExpr3 = true> > > <cfif > bExpr1 <!--- explanation of bExpr1 ---> > AND bExpr2 <!--- explanation of bExpr2 ---> > AND bExpr3 <!--- explanation of bExpr3 ---> > > Foo > </cfif> > > (well, I *don't* have that precise code, but that gets the point > across) > > This works fine on CF8, but errors on OBD 1.3, because OBD won't allow > comments embedded in CFML tags. > > In my immediate situation I don't need to have my comment where it is, > so can remove it. However I think if CF8 supports this construct, you > guys might want to think about it to? > > Shall I raise an issue? > > Cheers. > > Sorry... I've been developing this app using on CF8 for a few days and > am now testing it on OBD. So I'll probably be finding a few things > that "don't work" today. Sorry about all the traffic. > > -- > Adam -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon online manual: http://www.openbluedragon.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
