Re: Open BlueDragon and Railo - ready?

2008-12-07 Thread Andrew Grosset
Thanks Magnus, I've just downloaded it. Can anyone help with installing this through the Railo administrator, I am in Archives & Resources, cfx_tags etc and the only example is with the class path "railo.cfx.example.HelloWorld" and my aplogies to Gert Franz for mis spelling his first name in an

Re: Desperately trying to make CF-jQuery-Ajax work!

2008-12-07 Thread Rick Faircloth
Try as I might, I can't remember but one typo I fixed and it doesn't actually prevent the code from working. The first line of the javascript after the opening $(document)... line should be: $('#contentdiv').html(' '); instead of $('#contentdiv').html('&& nbsp;'); That just causes && nbsp

Re: Something like the combo of knowledge base and forum

2008-12-07 Thread Will Tomlinson
> I'm not happy with it. What are your thoughts? > > Thanks. I totally agree. I'm not happy with it and I think it sucks. The upswing of the crutch is indeed in existence. If you were to take that box and fold it over, you might have something worth revealing to a nightingale in the shadow.

RE: < CFLoop died help >

2008-12-07 Thread cfcom
Previously it would loop over the list and send an email to each address in the cfloop. Now I do not receive emails to each address. I'm looking into the host as I think it was on cf7 and now cf8. Any ideas Thanks Steve -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] S

Re: locking session variables in cf8

2008-12-07 Thread Brad Wood
To ditto what has already been said, but also to clarify: It is not necessary to lock your shared scope access for the purpose of not obtaining corrupted reads. i.e. process 1 attempts to read large session variable while session 2 is writing to it. ColdFusion will take care of that for you a

Re: < CFLoop died help >

2008-12-07 Thread Will Tomlinson
>My CFloop died, it used to work but now doesn't and I haven't touched the >code. Any help would be greatly appreciated. What do you mean by "died". What's the error? Will ~| Adobe® ColdFusion® 8 software 8 is the most import

Re: Desperately trying to make CF-jQuery-Ajax work!

2008-12-07 Thread N K
Please tell let me know what was the typo issue as I have been facing the same issue. NK >Got it working...the problem was basically some typo's in the tutorial code. > >Mike Chabot wrote: >> ~| Adobe® ColdFusion® 8 software

selected with cfautosuggest

2008-12-07 Thread Seamus Campbell
Hi is there any way I can use cfautosuggest in an edit form ie I want to edit a contact in my database, I use cfautosuggest for city/state, but as the contact already has a city/state I want the cfautosuggest to display his current city/state as selected (hope this makes sense) Ta Seamus ~~~

Re: continous loop

2008-12-07 Thread Richard White
>do you have a cflocation in there? that was it!!! thanks paul ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive

Re: continous loop

2008-12-07 Thread Richard White
thanks for your reply adam. i found the error, i had a hidden cflocation that kept redirecting it back to itself... thanks ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Tria

Something like the combo of knowledge base and forum

2008-12-07 Thread Don L
with very limited control. Do you know anything like that? Off my head, I'm "thinking" loud of the following format: Screen shot - _

Re: locking session variables in cf8

2008-12-07 Thread Mike Chabot
Lock to avoid problems with race conditions in the places where these might be an issue. Many Web applications have places where unhandled race conditions can be a problem. -Mike Chabot On Sun, Dec 7, 2008 at 4:36 PM, Matt Quackenbush <[EMAIL PROTECTED]> wrote: > In virtually every case, locking

Re: locking session variables in cf8

2008-12-07 Thread Matt Quackenbush
In virtually every case, locking session vars has been completely unnecessary since CFMX (6.0) came out. On Sun, Dec 7, 2008 at 3:12 PM, j s <[EMAIL PROTECTED]> wrote: > When creating session structures is it still necessary to cflock in cf8? I > think i read somewhere that it was no longer need

locking session variables in cf8

2008-12-07 Thread j s
When creating session structures is it still necessary to cflock in cf8? I think i read somewhere that it was no longer needed but I was probably dreaming. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic r

Re: < CFLoop died help >

2008-12-07 Thread Adam Haskell
I would guess that there is an illegal format of an email address and cfmail is throwing an exception. Adam On Sun, Dec 7, 2008 at 1:44 PM, cfcom <[EMAIL PROTECTED]> wrote: > My CFloop died, it used to work but now doesn't and I haven't touched the > code. Any help would be greatly appreciated

Re: continous loop

2008-12-07 Thread Adam Haskell
What is in the OnError method? Adam On Sun, Dec 7, 2008 at 2:13 PM, Richard White <[EMAIL PROTECTED]> wrote: > hi > > we have the following code in the onrequeststart method in the > application.cfc > > > Access Denied > > > however this is causing a continuous loop, and we cannot see why??

RE: continous loop

2008-12-07 Thread Paul Giesenhagen
Can you show "more code" .. do you have a cflocation in there? -Original Message- From: Richard White [mailto:[EMAIL PROTECTED] Sent: Sunday, December 07, 2008 1:14 PM To: cf-talk Subject: continous loop hi we have the following code in the onrequeststart method in the application.cfc

continous loop

2008-12-07 Thread Richard White
hi we have the following code in the onrequeststart method in the application.cfc Access Denied however this is causing a continuous loop, and we cannot see why?? can anyone spot the reason why this code would cause that thanks ~~~

Re: Need help with CF / Java problem...

2008-12-07 Thread John Skrotzki
Cool thanks for the retroweaver link. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusio

< CFLoop died help >

2008-12-07 Thread cfcom
My CFloop died, it used to work but now doesn't and I haven't touched the code. Any help would be greatly appreciated. Thanks SELECT sender_email, sender_firstname, sender_lastname, sender_address, sender_city, sender_state, sender_zip, sender_date, sender_time, sender_i