GuyInTn wrote: > I finally made the switch to DWMX. So far it is a nice application and > I haven't had any issues with it. However I still use homesite 5 if I > need to a global find and replace. I think it is easier to do it with > HS instead of DWMX.
I've switched to DW MX, but there are still a few annoying bug together with CFMX. for example the CFfunction tag had a output="boolean" option. Default=true. But DWMX only inserts the attribute if you tag it (thus inserting true. Same sort of problem with the cfsetting tag. The trace...blah attribute is no longer supported in CF MX, but is inserted anyways, resulting in a stacktrace on the CF page, until you remove the damn thing. Also... if you have the following code in your page: <cfoutput>#dateFormat(now(), "HH:mm")# to show the current time of day it saves this actually as: <cfoutput>#dateFormat(now(), "HH:mm")# And when you save it again it becomes: <cfoutput>#dateFormat(now(), &quot;HH:mm&quot;)# Only way to get it working again is saving it as: <cfoutput>#dateFormat(now(), 'HH:mm')# Or changing the code in notepad or something. Appart from those annoyances, I like it. Jesse ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

