Re: Problems with Application / CFApplication, I think

2007-11-20 Thread Ian Skinner
"java.lang.NullPointerException" This is usually indicating a undefined variable being used. ~| Enterprise web applications, build robust, secure scalable apps today - Try it now ColdFusion Today ColdFusion 8 beta - Build next g

Problems with Application / CFApplication, I think

2007-11-20 Thread mark kecko
I'm getting this odd error (see below) in my exception log that has something to do with my cfapplication tag. There's nothing, that I'm aware of, which points me in the right direction. The error just lists my application name, as specified in my cfapplication tag, and not

Re: cfapplication - sharing database

2006-12-13 Thread Jim Wright
[EMAIL PROTECTED] wrote: > What's the best way to share a half dozen sql server 2000 tables that contain > data with an offsite > contractor? I was going to export to MS Access and send a file. Any other > thoughts? > If they have SQL Server on their end, and you just want to provide them w

cfapplication - sharing database

2006-12-13 Thread coldfusion . developer
What's the best way to share a half dozen sql server 2000 tables that contain data with an offsite contractor? I was going to export to MS Access and send a file. Any other thoughts? ~| Create robust enterprise, web RIAs. Upg

Re: using cookies within cfapplication with session variables

2006-10-11 Thread Tom Chiverton
On Wednesday 11 October 2006 16:05, Kaneshige, Mark M [NTK] wrote: > I have a CF application that has session variables active. What I need to > do is to create a link to a web file on another server and pass a > customized cookie to it (i.e. cookie.shortname). Cookies *shouldn't* pass across dif

RE: using cookies within cfapplication with session variables

2006-10-11 Thread Dave Watts
> I have a CF application that has session variables active. > What I need to do is to create a link to a web file on > another server and pass a customized cookie to it (i.e. > cookie.shortname). > > However, when I try to do this, the server only picks up the > standard cookies (CFID and CF

using cookies within cfapplication with session variables

2006-10-11 Thread Kaneshige, Mark M [NTK]
I have a CF application that has session variables active. What I need to do is to create a link to a web file on another server and pass a customized cookie to it (i.e. cookie.shortname). However, when I try to do this, the server only picks up the standard cookies (CFID and CFTOKEN). Is the

Re: cfapplication question

2006-10-06 Thread Teddy Payne
Also, you are asking the application to reload every 5 minutes. If I remember, domain cookies are for clusters and store all of the client variables there. That sounds like a lot of overhead of storing all of the data into cookies. Teddy On 10/6/06, Teddy Payne <[EMAIL PROTECTED]> wrote: > > Ha

Re: cfapplication question

2006-10-06 Thread Teddy Payne
Have you tried converting this to application.cfc? Teddy On 10/6/06, Jacob <[EMAIL PROTECTED]> wrote: > > Any idea why this would be slow in 7.0.1 HF2? > > clientmanagement="YES" > applicationtimeout=#createtimespan(0,0,5,0)# > setdomaincookies="Yes"> > > and not in 7.0.0

cfapplication question

2006-10-06 Thread Jacob
Any idea why this would be slow in 7.0.1 HF2? and not in 7.0.0? If I remove "setdomaincookies", then is runs normal. Thanks Jacob ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date C

cfapplication slow in MX 7.0.1

2006-07-19 Thread Jacob
I have the following in an application.cfm template: In 7.0.0, it runs fine. No problems. In 7.0.1, it takes about 15 second to run. If I remove "setdomaincookies", it runs fine. Any ideas? On Windows 2003 Server, IIS 6.0. This is on two different servers, but they are identical in setup a

Re: cfapplication

2005-09-12 Thread daniel kessler
no, 6.1 for now. 7 sometime in the next few months. and thanks Dave for the server variables. I didn't know that they existed. >You using CFMX7? ~| Find out how CFTicket can increase your company's customer support efficiency

RE: cfapplication

2005-09-12 Thread Dave.Phillips
#server.coldfusion.productversion# I believe that will do it. Dave -Original Message- From: daniel kessler [mailto:[EMAIL PROTECTED] Sent: Monday, September 12, 2005 8:06 AM To: CF-Talk Subject: Re: cfapplication I am not sure. I tried to find a function that gives me the version of

Re: cfapplication

2005-09-12 Thread daniel kessler
I am not sure. I tried to find a function that gives me the version of cold fusion, but I could not. >You using CFMX7? ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoff

Re: Fusebox cfapplication tag

2005-09-02 Thread Ryan Guill
alright, well im using fusebox410.corefiles.cfmx.zip to get the corefiles so thats why I assumed that the files included were part of the corefiles. But thats what I had assumed, that it really didnt matter. Thanks, -- Ryan Guill BlueEyesDevelopment [EMAIL PROTECTED] www.ryanguill.com (270) 217

Re: Fusebox cfapplication tag

2005-09-02 Thread Barney Boisvert
ex.cfm. There's no other reason for it, you can happily put the CFAPPLICATION tag wherever you want, as long as it runs before you include the runtime core. cheers, barneyb On 9/2/05, Ryan Guill <[EMAIL PROTECTED]> wrote: > Hey guys, > > In the fusebox 4.1 corefiles, it has th

Fusebox cfapplication tag

2005-09-02 Thread Ryan Guill
Hey guys, In the fusebox 4.1 corefiles, it has the tag in the index.cfm file. Does anyone know if there is a reason for this, instead of it being in the application.cfm file? It is causing a little trouble for me althought I have found a way around it. Just curiosity more than anything. Thanks

Re: cfapplication

2005-08-25 Thread Will Tomlinson
You using CFMX7? ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:216406 A

Re: cfapplication

2005-08-25 Thread daniel kessler
um, well, ahem. Never heard of it. I have assumptions now, but what is it? >Not trying to be a smart alec here, but why aren't you using Application.cfc? ~| Logware (www.logware.us): a new and convenient web-based time tracking

Re: cfapplication

2005-08-24 Thread Will Tomlinson
Not trying to be a smart alec here, but why aren't you using Application.cfc? Will ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or

Re: cfapplication

2005-08-24 Thread daniel kessler
hey, thanks alot guys. I understand it alot better. I'd have replied sooner but I was so excited about getting this right, I was recoding a bunch of pages. !! >Couple of quick answers: > >1) > >2) > >3)> >4) ~| Logware (www.lo

Re: cfapplication

2005-08-23 Thread S . Isaac Dealey
Couple of quick answers: 1) The cfapplication tag doesn't have anything to do with the template Application.cfm in spite of the fact that it's usually found in this template. The reason it's usually there is more a matter of convenience than anything else -- it's easier to dec

RE: cfapplication

2005-08-23 Thread Mark A Kruger
inal Message- From: Daniel Kessler [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 23, 2005 8:39 AM To: CF-Talk Subject: cfapplication I have a domain with an Application.cfm file that contains: I also have several applications within that domain. They all share this application.cfm file a

cfapplication

2005-08-23 Thread Daniel Kessler
I'm pretty new at cfapplication and I'm just figuring some things out. I have a domain with an Application.cfm file that contains: I also have several applications within that domain. They all share this application.cfm file and I believe that is a mistake of mine. The thing is t

RE: cfapplication - change application name

2005-06-24 Thread Dharmesh Goel
, Dharmesh -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Friday, June 24, 2005 7:00 PM To: CF-Talk Subject: Re: cfapplication - change application name It's exactly what you proposed doing originally. The biggest potential issue is that you've got two a

Re: cfapplication - change application name

2005-06-24 Thread Barney Boisvert
It's exactly what you proposed doing originally. The biggest potential issue is that you've got two application scopes for your one app. That means you're double caching everything except your region-specific stuff. If that's all you've got, then no big deal, but if you've got application compon

RE: cfapplication - change application name

2005-06-24 Thread Dharmesh Goel
, 2005 6:23 PM To: CF-Talk Subject: Re: cfapplication - change application name Could be heavy to load them both at once... may not necessarily matter, it depends on the traffic and the server... I would recommend if you're going to reference application structures like this that you

Re: cfapplication - change application name

2005-06-23 Thread James Holmes
http://www.benorama.com/coldfusion/libraries/i18n.htm http://www.sustainablegis.com/unicode/resourceBundle/javaRB.cfm Any of those what you were after? On 6/24/05, Barney Boisvert <[EMAIL PROTECTED]> wrote: > I intended it the other way, so you'd have > #request.language.welcomeMessage# all over

Re: cfapplication - change application name

2005-06-23 Thread Barney Boisvert
I intended it the other way, so you'd have #request.language.welcomeMessage# all over the place. But you're right, rolling it up in a CFC is definitely the way to go. And with a CFC, it's much easier to do load-on-demand so the XML is only loaded on the first request that needs it, rather that ju

Re: cfapplication - change application name

2005-06-23 Thread S . Isaac Dealey
Could be heavy to load them both at once... may not necessarily matter, it depends on the traffic and the server... I would recommend if you're going to reference application structures like this that you use a function or a CFC to return the appropriate strings from those structures instead of re

Re: cfapplication - change application name

2005-06-23 Thread Barney Boisvert
How about a single application that loads both XML files, and stores them in application.language.french and application.language.english. Then based on the URL, set request.language to one of the two values application.langauge variables, and use that throughout your application for all your look

cfapplication - change application name

2005-06-23 Thread Dharmesh Goel
Hello, Am trying to find the best approach for this problem. Application Aim/Need: Display English or French based on URL entered. Application is login based and aim is to store language specific (as well as some config settings) information in Application Scope for an extended period of time.

Re: CFSILENT with CFAPPLICATION

2005-03-17 Thread Robyn
Great suggestions, guys. Thanks! Jochem van Dieten wrote: > Brian Kotek wrote: > >>Just a note that you can also always put just >>before you output your HTML content, and that will discard everything >>in the output buffer and start from scratch. This is an easy way to >>eliminate any whitespa

Re: CFSILENT with CFAPPLICATION

2005-03-17 Thread Jochem van Dieten
Brian Kotek wrote: > Just a note that you can also always put just > before you output your HTML content, and that will discard everything > in the output buffer and start from scratch. This is an easy way to > eliminate any whitespace that was generated before your content. Second that. And usin

Re: CFSILENT with CFAPPLICATION

2005-03-17 Thread Brian Kotek
tespace. BTW, I'm looking at the fusebox > index.cfm file (FB4) - the doctype is not the next line. But this all > makes more sense to me now. > > Thanks! > Robyn > > Adam Haskell wrote: > > > well cfapplication name="something" does output

Re: CFSILENT with CFAPPLICATION

2005-03-17 Thread Robyn
index.cfm file (FB4) - the doctype is not the next line. But this all makes more sense to me now. Thanks! Robyn Adam Haskell wrote: > well cfapplication name="something" does output a blank line > probably...whats directly under the tag? is it a doctype? > > Adam H

RE: CFSILENT with CFAPPLICATION

2005-03-17 Thread James Holmes
0 To: CF-Talk Subject: Re: CFSILENT with CFAPPLICATION So, even in application.cfm, why would you wrap all of the code in cfsilent? Are you actually outputting stuff in your application.cfm, or is it to suppress whitespace? ~| Lo

Re: CFSILENT with CFAPPLICATION

2005-03-17 Thread Adam Haskell
well cfapplication name="something" does output a blank line probably...whats directly under the tag? is it a doctype? Adam H On Thu, 17 Mar 2005 10:09:03 -0500, Robyn <[EMAIL PROTECTED]> wrote: > Hey all, > > My apologies if this has already been discussed. I

Re: CFSILENT with CFAPPLICATION

2005-03-17 Thread Robyn
ing my entire application.cfm file, but not just > around the cfapplication tag. > > Application.cfm > --- > > > > A bunch more code. > > > > > > -- > Ian Skinner > Web Programmer > BloodSource > www.BloodSou

RE: CFSILENT with CFAPPLICATION

2005-03-17 Thread Ian Skinner
That does seem a bit weird to me as well. Now I often place a pair of tags bracketing my entire application.cfm file, but not just around the cfapplication tag. Application.cfm --- A bunch more code. -- Ian Skinner Web Programmer BloodSource

CFSILENT with CFAPPLICATION

2005-03-17 Thread Robyn
Hey all, My apologies if this has already been discussed. I tried searching in the archives, and I can't find the search link anymore Anyway - Why would someone do this: I'm unclear as to why one would put the cfsilent tag around the cfapplication tag. My understandi

RE: cfapplication/clientvariable Error after Upgrade to MX 6.1

2005-01-02 Thread Jim Davis
> -Original Message- > From: Dave Watts [mailto:[EMAIL PROTECTED] > Sent: Sunday, January 02, 2005 11:02 AM > To: CF-Talk > Subject: RE: cfapplication/clientvariable Error after Upgrade to MX 6.1 > > > Just make sure you use a tag like cf_location (from the excha

RE: cfapplication/clientvariable Error after Upgrade to MX 6.1

2005-01-02 Thread Dave Watts
> Just make sure you use a tag like cf_location (from the exchange) that > will aloow cookies to be set on the same page as a cflocation. I'm pretty sure that you can successfully use both CFCOOKIE and CFLOCATION within a single page using CFMX. Dave Watts, CTO, Fig Leaf Software http://www.figle

RE: cfapplication/clientvariable Error after Upgrade to MX 6.1

2005-01-01 Thread Dave Watts
page finishes loading > (i.e. after the cfapplication throws the error). Then, becauase the > cookie were deleted, the refresh works fine because the cookie doesn't > exist. There are a couple of approaches you might use to deal with this problem. You might include a CFLOCATION at t

Re: cfapplication/clientvariable Error after Upgrade to MX 6.1

2005-01-01 Thread Cameron Childress
time, I still get the same error, but then if I > just hit refresh, the page loads fine. I'm guessing because the cookie > isn't actually deleted until AFTER the page finishes loading (i.e. after the > cfapplication throws the error). Then, becauase the cookie were deleted,

RE: cfapplication/clientvariable Error after Upgrade to MX 6.1

2005-01-01 Thread Dave Phillips
ading (i.e. after the cfapplication throws the error). Then, becauase the cookie were deleted, the refresh works fine because the cookie doesn't exist. How do I enquire to MM about this bug? I have no clue what to do at this point and unfortunately, I can't go back to CF 5.0 because my

Re: cfapplication/clientvariable Error after Upgrade to MX 6.1

2004-12-30 Thread Cameron Childress
Looks like you aren't the only one having a problem: http://www.petefreitag.com/item/163.cfm If the observations in the blog posting are correct you might want to give this a shot above your CFAPPLICATION tag: Might not work, but who knows, maybe it will. You might also t

RE: cfapplication/clientvariable Error after Upgrade to MX 6.1

2004-12-30 Thread Dave Phillips
time they visit again, so it's not a solution, just a poor, temporary workaround. Thanks! Sincerely, Dave Phillips BizBreeze.com [EMAIL PROTECTED] 615-746-3851 -Original Message- From: Cameron Childress [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 29, 2004 4:36 PM To: CF-Ta

Re: cfapplication/clientvariable Error after Upgrade to MX 6.1

2004-12-29 Thread Cameron Childress
Long shots, but since the error is in your cfapplication tag I would go into the administrator and make sure both application and session variables are enabled (Server settings > Memory Variables). If that doesn't work, you might also try clearing the cookies out of your web-browse

cfapplication/clientvariable Error after Upgrade to MX 6.1

2004-12-29 Thread Dave Phillips
Hi all, I just upgraded to MX 6.1 and now I'm getting this error: The system has attempted to use an undefined value, which usually indicates a programming error, either in your code or some system code. Null Pointers are another name for undefined values. The error occ

RE: CFAPPLICATION session vars not sticking

2004-07-02 Thread Dave Watts
> I am trying to move an existing site to a new domain. The > intranet app I made was working fine under the unisyn.com > domain - now we have moved it to networkautomation.com (same > server multihomed), and when I access the page under the new > URL my session variables don't appear to be "st

CFAPPLICATION session vars not sticking

2004-07-02 Thread Dustin Snell [Unisyn Software, LLC]
Hi All, CFMX 6.1 Win2003 Server I am trying to move an existing site to a new domain. The intranet app I made was working fine under the unisyn.com domain - now we have moved it to networkautomation.com (same server multihomed), and when I access the page under the new URL my session variables do

Re: get the CFAPPLICATION name

2004-03-16 Thread Neculai Macarie
> might be a really easy one this, but >   > how do I output the CFAPPLICATION name? >   > was thinking request.applicationname or something along those links but > haven't figured it out or been able to find the answer Application.ApplicationName Regards, [Todays T

get the CFAPPLICATION name

2004-03-16 Thread David Ashworth
might be a really easy one this, but how do I output the CFAPPLICATION name? was thinking request.applicationname or something along those links but haven't figured it out or been able to find the answer thanks in advance [Todays Threads] [This Message] [Subscription]

RE: CFAPPLICATION question

2004-02-28 Thread Peter Tilbrook
I've been to sites (actual physical sites not web sites) where applications have been developed with NO CFAPPLICATION name at all. This is very dangerous code wise, especially in an environment hosting multiple sites as variables can conflict. As far as I know you can get away with a s

RE: CFAPPLICATION question

2004-02-27 Thread Burns, John
TED] Sent: Friday, February 27, 2004 2:25 PM To: CF-Talk Subject: RE: CFAPPLICATION question If the two "domains" are just different hosts on the same domain ("abc.company.com" and "xyz.company.com") then you can arrange for the cf cookies to be shared, and s

RE: CFAPPLICATION question

2004-02-27 Thread Gaulin, Mark
If the two "domains" are just different hosts on the same domain ("abc.company.com" and "xyz.company.com") then you can arrange for the cf cookies to be shared, and so session would also be shared. It's the setdomaincookies option on cfapplication.  (If you us

RE: CFAPPLICATION question

2004-02-27 Thread Dave Watts
> I have a site in the webroot.  In that site, I have an > Application.cfm with a tag.   > On the same server, can I have a separate webroot with a > separate Application.cfm with another > name="appname"> tag with the same appname? Yes. > Will it see these as the same application, thus allow

RE: CFAPPLICATION question

2004-02-27 Thread Barney Boisvert
Cheers, barneyb > -Original Message- > From: Burns, John [mailto:[EMAIL PROTECTED] > Sent: Friday, February 27, 2004 10:56 AM > To: CF-Talk > Subject: CFAPPLICATION question > > I have a site in the webroot.  In that site, I have an Application.cfm > with a t

RE: CFAPPLICATION question

2004-02-27 Thread Raymond Camden
While they will both be the same Application to CF, you won't (I believe) be able to share session variables, since there will be a different cookie for each domain, unless you have domains like a.foo.com and b.foo.com (and use setDomainCookies). But you asked specifically about Application variabl

CFAPPLICATION question

2004-02-27 Thread Burns, John
I have a site in the webroot.  In that site, I have an Application.cfm with a tag.  On the same server, can I have a separate webroot with a separate Application.cfm with another tag with the same appname?  Will it see these as the same application, thus allowing me to set some application variab

RE: Execution time for cfapplication tag

2004-02-24 Thread Barney Boisvert
uesday, February 24, 2004 12:24 PM > To: CF-Talk > Subject: RE: Execution time for cfapplication tag > > They can be shared between servers, if configured that way. > So, if you have > multiple ColdFusion's running (on the same box or on different boxes), > SESSION data

Re: Execution time for cfapplication tag

2004-02-24 Thread Jamie Jackson
On Tue, 24 Feb 2004 15:24:12 -0500, in cf-talk you wrote: >They can be shared between servers, if configured that way. So, if you have >multiple ColdFusion's running (on the same box or on different boxes), >SESSION data can be shared amongst them all. Okay, I just did a little reading, and saw t

RE: Execution time for cfapplication tag

2004-02-24 Thread Ben Forta
004 3:20 PM To: CF-Talk Subject: Re: Execution time for cfapplication tag On Tue, 24 Feb 2004 15:05:34 -0500, in cf-talk you wrote: >Or use SESSION variables, which can be shared quite easily and effectively >when CF is deployed on top of a J2EE server. When you say they can be shared: Wha

Re: Execution time for cfapplication tag

2004-02-24 Thread Jamie Jackson
On Tue, 24 Feb 2004 15:05:34 -0500, in cf-talk you wrote: >Or use SESSION variables, which can be shared quite easily and effectively >when CF is deployed on top of a J2EE server. When you say they can be shared: What can share them? Thanks, Jamie [Todays Threads] [This Message] [Subscripti

RE: Execution time for cfapplication tag

2004-02-24 Thread Ben Forta
: CF-Talk Subject: RE: Execution time for cfapplication tag There's a good chance that your client variable storage is the problem. How large is the database? Is there any way you can do without it? I personally have some reservations about using client database storage. The idea is great, bu

RE: Execution time for cfapplication tag

2004-02-24 Thread Nathan Strutz
up with a number of ideas. Let me know if you want any of them. -nathan strutz   -Original Message-   From: Claudia Hoag [mailto:[EMAIL PROTECTED]   Sent: Tuesday, February 24, 2004 11:34 AM   To: CF-Talk   Subject: Execution time for cfapplication tag   Hello,   My Application.cfm is ta

Execution time for cfapplication tag

2004-02-24 Thread Claudia Hoag
Hello, My Application.cfm is taking 390ms to run, which is actually the cfapplication tag alone taking 350ms. Shouldn't it run faster than that? Is that because I'm using a database for clientstorage? (it's MS SQL 2k) Here's the tag: name="myapp" loginStorage=&

RE: cfapplication Error or what?

2003-07-21 Thread Mosh Teitelbaum
John: If you're using session or client variables to track login status, then you're problem probably has to do with session or client timeouts. The CF Administrator allows you to set maximum timeouts and the CFAPPLICATION tag allows you to configure those settings (not to exceed t

cfapplication Error or what?

2003-07-21 Thread John Ho
hi all I have login problem but not clear why. Sometimes my program forces me to login eventhough I already login. I don't set any time out in coldfusion adm at all. Can someone help me out? Thanks John __ Do you Yahoo!? Yahoo! Calendar - Free online calendar wi

RE: checking if cfapplication has run

2003-06-10 Thread Dave Watts
> Also in CFMX I would definitely recommend using functions > instead of custom tags -- functions have the advantage of > being slightly more efficient than custom tags as a result of > their "mixed mode" isolation -- that is, they're not as > isolated as custom tags wherein you must specify th

Re: checking if cfapplication has run

2003-06-09 Thread S . Isaac Dealey
esentation of the parsed template, ready for content > insertion, would result in performance gains. I must say > here that I got the idea from what the Fusebox 4 Loader > file does (http://beta.fusebox.org/index.cfm?method=Fusebo > x4.basicConcepts, 3rd paragraph under the Lifecycle >

checking if cfapplication has run

2003-06-09 Thread Mike Mertsock
Loader file does (http://beta.fusebox.org/index.cfm?method=Fusebox4.basicConcepts, 3rd paragraph under the Lifecycle section). I naturally thought that the application scope would be most appropriate, but I ran into the issue that it may run across situations where no cfapplication tag has been

checking if cfapplication has run

2003-06-09 Thread Mike Mertsock
Hmm good idea. It works perfectly. Thanks! ~| 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.thenetprofi

RE: checking if cfapplication has run

2003-06-09 Thread S . Isaac Dealey
>> I have a custom tag that wants to use application >> variables >> (for performance). Since you need to run a cfapplication >> tag >> to use the application scope, it needs to somehow check >> if >> that tag has run. I have no clue how to do this. Is

RE: checking if cfapplication has run

2003-06-09 Thread Dave Watts
> I have a custom tag that wants to use application variables > (for performance). Since you need to run a cfapplication tag > to use the application scope, it needs to somehow check if > that tag has run. I have no clue how to do this. Is it > possible? I would think that you

Re: checking if cfapplication has run

2003-06-09 Thread Gyrus
- Original Message - From: "Mike Mertsock" <[EMAIL PROTECTED]> > I tried it out and gave the error "The requested > scope application has not been enabled". This > was with absolutely no cfapplication tag on any > included template or in application.

checking if cfapplication has run

2003-06-09 Thread Mike Mertsock
I tried it out and gave the error "The requested scope application has not been enabled". This was with absolutely no cfapplication tag on any included template or in application.cfm. ~| Archives: http://www.houseof

RE: checking if cfapplication has run

2003-06-09 Thread Barney Boisvert
: 360.647.5351 www.audiencecentral.com > -Original Message- > From: Mike Mertsock [mailto:[EMAIL PROTECTED] > Sent: Monday, June 09, 2003 10:02 AM > To: CF-Talk > Subject: checking if cfapplication has run > > > Hi, > > I have a custom tag that wants to use applica

checking if cfapplication has run

2003-06-09 Thread Mike Mertsock
Hi, I have a custom tag that wants to use application variables (for performance). Since you need to run a cfapplication tag to use the application scope, it needs to somehow check if that tag has run. I have no clue how to do this. Is it possible? Also, just to make sure - custom tags do have

RE: cfapplication and cookies

2003-03-20 Thread Greg McDaniel
Would this "trick" also work with ClientManagement instead of SessionManagement? Greg -Original Message- From: Darren Houle [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 9:59 AM To: CF-Talk Subject: RE: cfapplication and cookies I may be misunderstanding your exact

RE: cfapplication and cookies

2003-03-20 Thread Darren Houle
he applicationtimeout and sessiontimeout attributes of the cfapplication tag. Since an expiration value is defined, the cookies are written to hard file and persist even after the browser is closed and then re-opened later. This is bad, at least for me, because I want the user's session to end wh

RE: cfapplication and cookies

2003-03-20 Thread Chris Norloff
an Web Myths? > >Greg M > > >-Original Message- >From: Dave Carabetta [mailto:[EMAIL PROTECTED] >Sent: Wednesday, March 19, 2003 9:50 AM >To: CF-Talk >Subject: Re: cfapplication and cookies > > >>This is probably a complex simple question, but here goes.

RE: cfapplication and cookies

2003-03-19 Thread Greg McDaniel
eally work or is this one of those Urban Web Myths? Greg M -Original Message- From: Dave Carabetta [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 9:50 AM To: CF-Talk Subject: Re: cfapplication and cookies >This is probably a complex simple question, but here goes. > >Wh

Re: cfapplication and cookies

2003-03-19 Thread Dave Carabetta
>This is probably a complex simple question, but here goes. > >What settings do I need to put into cfapplication to accomplish the >following? > > No Cookie written to the Browswer > Client Variables Stored in a Database 1. SETCLIENTCOOKIES="No" 2. CLI

RE: cfapplication and cookies

2003-03-19 Thread Raymond Camden
> No Cookie written to the Browswer setClientCookie=false > Client Variables Stored in a Database clientStorage = "dsn name" - You will have to do the initial setup in the cf admin though. === Raymond

cfapplication and cookies

2003-03-19 Thread Greg McDaniel
This is probably a complex simple question, but here goes. What settings do I need to put into cfapplication to accomplish the following? No Cookie written to the Browswer Client Variables Stored in a Database Greg M

RE: cfapplication: really basic question

2003-03-12 Thread Owens, Howard
CFApplication doesn't have an end tag. Just put it at the top of your Application.cfm page, setting the attributes you want/need to set. Then on your Application.cfm page, set your global variables. You should scope your variables. I use the request scope ... If you use the application

RE: mx cfapplication weirdness

2003-03-08 Thread Joe Eugene
ERVER" Try your application again with some like Joe Eugene > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Saturday, March 08, 2003 4:34 PM > To: CF-Talk > Subject: mx cfapplication weirdness > > > I have an app I a worki

Re: mx cfapplication weirdness

2003-03-08 Thread Bud
On 3/8/03, [EMAIL PROTECTED] penned: >I have an app I a working on that stopped working overnight all by >itself. I went to sleep, and it was working, and when I woke up it was >broken. > >When ever I hit a page I get this error. >"The system has attempted to use an undefined value, which usually >

Re: mx cfapplication weirdness

2003-03-08 Thread Marius Milosav
VICO) Application Demo www.scorpiosoft.com/vicodemo/login.cfm - Original Message - From: <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Saturday, March 08, 2003 5:27 PM Subject: Re: mx cfapplication weirdness > This is incredibly annoying...the only thing

Re: mx cfapplication weirdness

2003-03-08 Thread jonhall
Thanks, but I'm using an access database for client storage (dev machine)... Just figured it out though. On a hunch I tried going to localhost instead of 127.0.01, because I remember seeing this same error when houseoffusion upgraded to MX, and my app worked! I deleted my cftoken and cfid and voila

Re: mx cfapplication weirdness

2003-03-08 Thread Jesse Houwing
[EMAIL PROTECTED] wrote: >This is incredibly annoying...the only thing I can add is that I am >getting this error in the debug. >17:23:08.008 - java.lang.NullPointerException - in D:\www\d2\Application.cfm : line 2 > >I have tried 3 different JVM's (including the original), and rebooted. >Nothing

Re: mx cfapplication weirdness

2003-03-08 Thread jonhall
This is incredibly annoying...the only thing I can add is that I am getting this error in the debug. 17:23:08.008 - java.lang.NullPointerException - in D:\www\d2\Application.cfm : line 2 I have tried 3 different JVM's (including the original), and rebooted. Nothing fixes it! It's looking like I mi

mx cfapplication weirdness

2003-03-08 Thread jonhall
I have an app I a working on that stopped working overnight all by itself. I went to sleep, and it was working, and when I woke up it was broken. When ever I hit a page I get this error. "The system has attempted to use an undefined value, which usually indicates a programming error, either in you

RE: cfapplication: really basic question

2003-03-05 Thread Darren Adams
a [mailto:[EMAIL PROTECTED] > Sent: 04 March 2003 18:22 > To: CF-Talk > Subject: cfapplication: really basic question > > I'm setting app wide variables for DSNs in Application.cfm. > > My book says you set them after the CFAPPLICATION tag, but it doesn't say > there&

RE: cfapplication: really basic question

2003-03-04 Thread Barney Boisvert
You don't close the CFAPPLICATION tag, it is used only to set values based on it's attributes; it doesn't enclose anything. When you set variables, you must supply a scope to them. If you don't, it defaults to the VARIABLES scope. You want this: That&#x

RE: cfapplication: really basic question

2003-03-04 Thread Mosh Teitelbaum
Austin: That's all you need. The CFAPPLICATION tag is not used to create application-wide variables. It is used to define the context of an application. Once the application context is defined, you can create application-wide variables like: Note the addition of the "A

RE: cfapplication: really basic question

2003-03-04 Thread Dave Watts
> So, I have: > >name="blah"> > > > > Is that all I need? Yes, that's all you need. The CFAPPLICATION tag doesn't have an end tag. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.co

cfapplication: really basic question

2003-03-04 Thread Austin Govella
I'm setting app wide variables for DSNs in Application.cfm. My book says you set them after the CFAPPLICATION tag, but it doesn't say there's an end tag. I was worried the app might not know when varialbles stoppped being app variables... So, I have: Is that all I need

  1   2   >