Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
zymsys #1
Server behaviors which require other server behaviors
I have a server behavior which initializes my CMS, and it is required by all
the other server behaviors I've created for the CMS. I can use
getServerBehaviors() to detect that the initialization is missing, but when I
try to add it on-the-fly by calling popupServerBehavior() I get an error that I
can't add a server behavior at that time. Is there a way I can effectively
have one server behavior install another required behavior?
Thanks!
zymsys Guest
-
Server Behaviors (Newbie questions)
Hi all, I'm new to Dreamweaver and am trying to get a basic site set up. I have a Linux account with MySql at Godaddy.com for the server, and... -
Server Behaviors
I'm trying to create a dynamic drop down menu. I've been going through a tutorial but my trouble began when I was instructed to create a show-hide... -
Login Server Behaviors Error
This is my first experience using the Server Behaviors for login pages, and I get the following error from the Wizard.'s code: Error Occurred... -
Using Server Behaviors without Testing Server
Because of the way my company sets up ColdFusion I dont' have a testing server and thus can't use the database connection tool, server behavior,... -
PHP and Server Behaviors
I would like to know if anyone can direct me to information on how to use server behaviors in DreamWeaver MX 2004 :beer; -
Joris van Lier #2
Re: Server behaviors which require other server behaviors
"zymsys" <webforumsuser@macromedia.com> wrote in message
news:fiv3b8$sbv$1@forums.macromedia.com...Just add the participants from the other serverbehavior with> I have a server behavior which initializes my CMS, and it is required by
> all
> the other server behaviors I've created for the CMS. I can use
> getServerBehaviors() to detect that the initialization is missing, but
> when I
> try to add it on-the-fly by calling popupServerBehavior() I get an error
> that I
> can't add a server behavior at that time. Is there a way I can
> effectively
> have one server behavior install another required behavior?
>
> Thanks!
partType="member".
For example: all database serverbehaviors include the connection Include
<groupParticipant name="Connection_include" partType="member" />
Joris van Lier Guest



Reply With Quote

