> After upgrading to CS3, my Commands no longer display
(and therefore
> unable to edit except in Code View) in the Server
Behaviors window. They
> still display properly in DW8. Is this a known issue, or
is it my
> installation?
Found some other mentions of the same problem:
http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=12&catid=263&threadid=1281539&e...
I have confirmed this to be only with CS3... I can still
create and edit my
commands with DW8, but CS3 leaves incomplete code on the
page, with no way
of editing the command other than in code view:
Dim Command1__@@varName@@
Command1__@@varName@@ = "@@defaultValue@@"
If (@@runtimeValue@@ <> "") Then
Command1__@@varName@@ = @@runtimeValue@@
End If