> When I call a page it gives me this error: > > " Element LOCALIPS is undefined in APPLICATION." > 107 : <cfif ListFind(THIS.localIps,CGI.REMOTE_ADDR)> > > Why doesn't Coldfusion recognize this key in the Application scope? I set > it allright. Also, if I change APPLICATION to THIS in both > onApplicationStart and onError it cannot find localIps in THIS.
Is it possible that the error happens during application startup? In this case, the application scoped variable would not be defined yet. -- Josh ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304530 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

