Well, I think I know why I didn't use that originally. It is not working. I
am probably doing something dumb but I haven't been able to Google this
problem away.

It tried two things. Neither of them worked.

In my .cfm view I replaced
<cflocation url="#local.desiredEvent#" addToken="Yes" /
Which works with
<cfhttp method="get" url="#local.desiredEvent#">
Which does not work

I also tried adding this to my .cfc bypassing the .cfm entirely
<cfhttp method="get" url="#local.desiredEventValues.desiredEvent#">

With these code changes nothing happens. There is no indication that the URL
is being called.

So what am I doing wrong? And thanks for the help.

Bryan


-----Original Message-----
From: Dorioo [mailto:dor...@gmail.com] 
Sent: Tuesday, March 09, 2010 4:11 PM
To: cf-talk
Subject: Re: Phantom Scheduled Tasks


Cflocation within a scheduled task would be the first thing I'd toss
while testing. Doesn't sit well with me.

I'd replace it with a CFHTTP call (you're generating a url already)
and if I really wanted to decouple the two I may put it in a CFTHREAD.
Just some testing ideas.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331540
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to