HEYYYYYYYYYYYYYYYYYYYYYYYYYyyyy,    Got it working, and it was something
small and dumb which I am not saying.

But thank you for your help.



Michael

TIme for many beer's and dinner

Once again THANK YOU

Later ,  I hear  MOLSON calling my name.


Michael





"Robert Long" <[EMAIL PROTECTED]> wrote in message
B1A5B5B556DBD31190F800508B55FD6C99FB62@EXCHANGE01">news:B1A5B5B556DBD31190F800508B55FD6C99FB62@EXCHANGE01...
> Are you trying to use a customtag or set up some application
> management? I wondered why you would name your cfapplication
> something like "custom tag name".
>
> -----Original Message-----
> From: Michael [mailto:[EMAIL PROTECTED]]
> Sent: Friday, March 02, 2001 12:59 PM
> To: CF-Talk
> Subject: Re: How turn on Application Mangement
>
>
> Tried everything you said, and even asked another developer, and they said
> it looked right to them also,  but they didnt really have that much
> experience in custom tags, so they didnt want me to base there words as
> being something set in stone, if you know what I mean.
>
>
> "Robert Long" <[EMAIL PROTECTED]> wrote in message
> B1A5B5B556DBD31190F800508B55FD6C99FB5F@EXCHANGE01">news:B1A5B5B556DBD31190F800508B55FD6C99FB5F@EXCHANGE01...
> > Michael,
> > How do you know it's not on?
> > If you set <cfapplication name="CustomTag"> in the application.cfm
> > and set other parameters such as clientmanagement="yes" and
> > sessionmanagement="yes"
> > then it should be turned on. You need to set some variables to know for
> > sure,
> > for example. In the application.cfm put
> > <cfset session.name ="Michael">
> > <cfset session.IsThisWOrking = "Yes, I am working">
> >
> > Then in the index.cfm page (or another page) put
> >
> > <cfoutput>
> > name: #session.name#<br>
> > Is it working: #session.IsThisWorking#
> > </cfoutput>
> >
> > You can replace session with application, client, or whatever...
> >
> > hth
> >
> >
> > -----Original Message-----
> > From: Michael [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, March 02, 2001 8:40 AM
> > To: CF-Talk
> > Subject: How turn on Application Mangement
> >
> >
> > Where do you do this?  I have a seperate Application.cfm that has
> > <CFAPPLICATION NAEM="CUSTOM TAG NAME">     and I still cant figure out
why
> > this tag is not working, everything is in the proper directory.
> >
> > TIA
> >
> > Michael
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to