Thanks Sam - I indeed did verify that all the tags were nested properly. The way I found the bug was actually saving the working template (which I initially wrote in CF Studio v5) in DreamweaverMX, refreshing in my browser and noting the ensuing page error. Opening the page in CFStudio, I quickly saw what Dreamweaver did to mess up my code. It took me saving it in CFStudio again to fix it (although I am sure notepad would have worked equally well). If I opened it in DreamweaverMX, made NO changes, then saved, it messed up the code again.
I tell you what, this is a really disconcerting problem and one that Macromedia had best look into FAST if they expect any ColdFusion developers to take a serious look at DreamweaverMX. I mean what the heck is going on that the software is MOVING my lines of code around in my template on save?? I have reported this as a bug to Macromedia. -Grant Quoting Samuel Neff <[EMAIL PROTECTED]>: > Are all of your tags properly nested? I have run into other issues with > Dreamweaver when there were problems with the code. > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Monday, November 18, 2002 1:40 PM > To: CF-Talk > Subject: DreamweaverMX Bug? > > > Has anyone else seen this type of behavior with DreamweaverMX? > > I'm a longtime ColdFusion Studio user and trying to switch to > DreamweaverMX. I > am editing one of my templates, via RDS, in DreamweaverMX. When I save > the > template, it is changing the last three lines of my code as follows. I > added > the comments while trying to figure out what DreamweaverMX was doing to > my > code and have left them intact below as it may help others to see what > DreamweaverMX is doing: > > WAS: > > </cfform> <!--- cfform ---> > > </cfcase> <!--- cfcase ---> > </cfswitch> <!--- cfswitch ---> > > > DREAMWEAVER CHANGED TO: > > > </cfswitch> <!--- cfswitch ---></cfform> <!--- cfform ---> > > </cfcase> <!--- cfcase ---> > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com

