Re: CF and Apache Issue

2009-07-20 Thread Tom Chiverton
On Wednesday 15 Jul 2009, Robert Nurse wrote: index.cfm is requested, CF hangs. We took the code out of index.cfm and put it in new file and it works as expected. Even a completely empty index.cfm file hangs CF! Remove the cached/compiled cftemplates. -- Helping to confidentially iterate

RE: SSOT: open source software

2009-07-20 Thread Adrian Lynch
Well you're talking about Railo or OpenBD, which is it and what problem are you having? Adrian -Original Message- From: Don L [mailto:do...@yahoo.com] Sent: 20 July 2009 03:53 To: cf-talk Subject: SSOT: open source software Particularly related to ColdFusion. I understand

extract youtube video id from embed script

2009-07-20 Thread Mike Little
hey guys, need some help with the following. how do i successfully extract just the video id from a typical youtube embed script? eg. object width=550 height=331param name=movie value=http://www.youtube.com/v/iNCsMTYkw1Mhl=enfs=1;/paramparam name=allowFullScreen value=true/paramparam

Re: SSOT: open source software

2009-07-20 Thread Gerald Guido
Well you're talking about Railo or OpenBD, which is it and what problem are you having? Given the traffic on the mailing lists I would say Railo. For what it is worth, one could replace OSS and Proprietary software with small company with large corporation and the argument would read nearly

getDirectoryFromPath Question

2009-07-20 Thread Hunsaker, Michael Scott
Hello - I've noticed something strange when using the getDirectoryFromPath function and wanted to see if anyone else has seen this. It's probably something I'm doing incorrectly. Here's what I'm doing: In the application.cfc, I created an application variable to hold the physical path of

Re: getDirectoryFromPath Question

2009-07-20 Thread Francois Levesque
Are you specifying a file name? I believe that comma is part of the phrase, and not actually in the variable. Francois Levesque http://blog.critical-web.com/ On Mon, Jul 20, 2009 at 9:23 AM, Hunsaker, Michael Scott mhuns...@indiana.edu wrote: Hello - I've noticed something strange when

RE: getDirectoryFromPath Question

2009-07-20 Thread Adrian Lynch
Not sure exactly, but I always do this: ExpandPath(.) rather than this: ExpandPath(*.*) Try removing the *'s and see what happens. Adrian -Original Message- From: Hunsaker, Michael Scott [mailto:mhuns...@indiana.edu] Sent: 20 July 2009 14:24 To: cf-talk Subject:

iif

2009-07-20 Thread RamaDevi Dobbala
cfquery datasource=askseaton name=get_offices1 result=log select s.office_name,u.userid,s.lead_mgr,iIf(u.userid = s.lead_mgr, u.first , s.lead_note ) as leadMgr from sourcebook_1 s ,user_info u where s.active = 1 and office_id not in(36,37,38,73) order

Re: iif

2009-07-20 Thread Francois Levesque
IIF is a ColdFusion method, you can't use it in SQL like that. What you're probably looking for is CASE: CASE WHEN u.userid = s.lead_mgr THEN u.first ELSE s.lead_note END AS leadMgr Francois Levesque http://blog.critical-web.com/ On Mon, Jul 20, 2009 at 9:31 AM, RamaDevi Dobbala

Re: SSOT: open source software

2009-07-20 Thread denstar
Yo Don! A cool thing about open source is that you can pay random coder(s) to do what you need. Doesn't have to be the creators-- tho they're obviously going to be the best. If you are running a business on the Railo software and need a rapid and guaranteed response, a support contract is

Re: iif

2009-07-20 Thread RamaDevi Dobbala
ya my case should be like that, but i need to pass that result to the cfgrid, along with some ohter rows IIF is a ColdFusion method, you can't use it in SQL like that. What you're probably looking for is CASE: CASE WHEN u.userid = s.lead_mgr THEN u.first ELSE s.lead_note END AS leadMgr

Re: SOT: Google Maps

2009-07-20 Thread Rick Root
I should no better than to send questions like this on the weekend... =) On Sun, Jul 19, 2009 at 10:38 PM, Rick Rootrick.r...@webworksllc.com wrote: So I built this Map classmates feature for classcreator.com and it works pretty well... but I'm stumped with this problem... one of our site

Re: getDirectoryFromPath Question

2009-07-20 Thread Rick Root
On Mon, Jul 20, 2009 at 9:23 AM, Hunsaker, Michael Scottmhuns...@indiana.edu wrote: #getdirectoryfrompath(expandpath('*.*'))# That returns the same thing.  However, when I use the function above as the destination in the CFFILE function, it returns an error.  The error says: The value of

Re: SSOT: open source software

2009-07-20 Thread Tom Chiverton
On Monday 20 Jul 2009, denstar wrote: If you are running a business on the Railo software and need a rapid and guaranteed response, a support contract is probably not a bad idea at all. And, to be fair, I wouldn't expect and immediate response to a direct email to, say, Bill gates or any

Re: SSOT: open source software

2009-07-20 Thread Don L
To me some service contract like delivery of a fix of 8 days is too long. Probably I'll talk to the OSS's owner to negotiate a deal something later You know what, I strongly believe, any OSS documentation at a reasonable price, say, $200 or even a bit higher, would sell like hot cake,

Re: SSOT: open source software

2009-07-20 Thread Don L
Well you're talking about Railo or OpenBD, which is it and what problem are you having? Adrian Forgive me for not naming names. Converted source code in general is running fine but compiled java class files deployment generated unexpected bugs, some has been resolved, don't know what's come

Re: SSOT: open source software

2009-07-20 Thread Gerald Guido
don't know what's come up again... so I would hestitate on production deployment yet Forgive me if I am wrong, but are you not working with a bleeding edge release of beta software? G? On Mon, Jul 20, 2009 at 11:57 AM, Don L do...@yahoo.com wrote: Well you're talking about Railo or OpenBD,

Re: SSOT: open source software

2009-07-20 Thread Don L
don't know what's come up again... so I would hestitate on production deployment yet Forgive me if I am wrong, but are you not working with a bleeding edge release of beta software? G? On Mon, Jul 20, 2009 at 11:57 AM, D ahe, it's kind of chick/egg thing. There's a bit of contradition here.

Re: SSOT: open source software

2009-07-20 Thread Gerald Guido
I think you misunderstood. Railo *server* is recommended for production use, as opposed to the express version. The current stable release is 3.0.3.000 G On Mon, Jul 20, 2009 at 12:14 PM, Don L do...@yahoo.com wrote: don't know what's come up again... so I would hestitate on production

Re: SSOT: open source software

2009-07-20 Thread Don L
I think you misunderstood. Railo *server* is recommended for production use, as opposed to the express version. The current stable release is 3.0.3.000 G On Mon, Jul 20, 2009 at 12:14 PM, D Probably you're right. The first time I came across it, I understood it the way you did but weird,

RE: getDirectoryFromPath Question

2009-07-20 Thread Hunsaker, Michael Scott
Thanks for the help! Here's my CFFILE function: cffile action = upload filefield = form.embarkFile destination = #application.physpath#data\ nameconflict = overwrite accept = text/plain attributes = Normal /

RE: getDirectoryFromPath Question

2009-07-20 Thread Adrian Lynch
What does this show you: cfoutput#application.physpath#data\/cfoutput -Original Message- From: Hunsaker, Michael Scott [mailto:mhuns...@indiana.edu] Sent: 20 July 2009 17:49 To: cf-talk Subject: RE: getDirectoryFromPath Question Thanks for the help! Here's my CFFILE function:

Help on ColdExt

2009-07-20 Thread Arsalan Tariq Keen
Guys... Can any one guide me where I can get help on ColdExt Actually I want to put some text (not form control) inside my FormPanel ... like instructions about filling the form... but I m not able to find a way... can anyone guide me on this one? Regards, Arsalan

Passing a query object to a CFC and then using that for a query of queries?

2009-07-20 Thread Pete Ruckelshaus
I'm stuck. Actually, I'm probably just being stupid. I want to pass a query object into a CFC and then use query of queries to manipulate that query object. Here's the contents of my db.cfc file: cfcomponent cffunction name=getContacts returntype=query cfquery name=getData

input type=image onclick jscript

2009-07-20 Thread RamaDevi Dobbala
Hi frnds, How to call a javascript function on tdinput type=Image src=/images/search.gif width=55 height=22 onclick=callActionMethod('searchForm','search');return true; name=Searchbutton/td this function is not calling why? Rama

Re: Passing a query object to a CFC and then using that for a query of queries?

2009-07-20 Thread Francois Levesque
Hi Pete, You don't need the hash signs around your table name in a QoQ: cffunction name=sortDataFromQry returntype=query cfargument name=dataIn type=query required=yes cfargument name=orderBy type=string required=yes cfquery name=getData dbtype=query SELECT * FROM arguments.dataIn ORDER BY

RE: getDirectoryFromPath Question

2009-07-20 Thread Jason Fisher
Try it without 'form.' in the filefield: cffile action = upload filefield = embarkFile destination = #application.physpath#data\ nameconflict = overwrite accept = text/plain attributes = Normal / Assuming

Re: getDirectoryFromPath Question

2009-07-20 Thread Rick Root
On Mon, Jul 20, 2009 at 12:48 PM, Hunsaker, Michael Scottmhuns...@indiana.edu wrote:        destination     = #application.physpath#data\ this doesn't make any sense since the error message you said is: The value of the attribute destination, which is currently G:\Inetpub\wwwroot\, is

Re: Passing a query object to a CFC and then using that for a query of queries?

2009-07-20 Thread Pete Ruckelshaus
That was it, Francois. Thanks. On Mon, Jul 20, 2009 at 1:05 PM, Francois Levesque cfab...@gmail.comwrote: Hi Pete, You don't need the hash signs around your table name in a QoQ: cffunction name=sortDataFromQry returntype=query cfargument name=dataIn type=query required=yes cfargument

Re: Passing a query object to a CFC and then using that for a query of queries?

2009-07-20 Thread Rick Root
I've never been able to use a multipart identifier for a table in query of queries until we figured out that it does let you put brackets in... ie... FROM [arguments.dataIn] -- Rick Root New Brian Vander Ark Album, songs in the music player and cool behind the scenes video at

RE: getDirectoryFromPath Question

2009-07-20 Thread Hunsaker, Michael Scott
Oddly enough, it works if I remove the form scope from the fileField filename! Thanks for the help!! I'll have to research the cause on that one. Very interesting. Mike -Original Message- From: Jason Fisher [mailto:ja...@wanax.com] Sent: Monday, July 20, 2009 1:10 PM To: cf-talk

Re: Passing a query object to a CFC and then using that for a query of queries?

2009-07-20 Thread Rick Root
(Admittedly this problem for us occurred when we used a defined LOCAL scope inside the function... ie cfset var LOCAL = structNew() and then cfquery name=LOCAL.qry datasource=whatever) and then in a query of queries... we'd always get errors when trying to do select * from LOCAL.qry Rick On

Re: Help on ColdExt

2009-07-20 Thread Don L
I may not be the best person to offer you advice on this. But it's been my experience to go directly with Ext itself. Some caveat though. In the Ext world, CSS is critical for many of its classes including Window. It's my understanding, in essence, Ext 2 would use the three parts of: a) CSS

RE: getDirectoryFromPath Question

2009-07-20 Thread Jason Fisher
Not a surprise, really. The fileField tells CF to look for that variable name in the FORM scope, so that if it was a custom tag, for instance, CF would try this: form[attributes.filefield]. form[form.filefield] would in invalid in that case ...

RE: getDirectoryFromPath Question

2009-07-20 Thread Adrian Lynch
I could be wrong, but I remember that not being the case a good while back. Both fileField and FORM.fileField would work in the filefield attribute. Am I mistaken? Adrian -Original Message- From: Jason Fisher [mailto:ja...@wanax.com] Sent: 20 July 2009 19:32 To: cf-talk Subject:

asynchronous form values

2009-07-20 Thread David Mineer
I have a form page. Several of the fields are cfselect dropdowns with bind values that relate them to each other. I save the values in an object in session scope. This page by itself works perfect. You choose values, submit the form and when the page comes back, the values you chose are

Deleting a node from XML document

2009-07-20 Thread fun and learning
Hi All, Can anyone please help me on finding out how to delete an element with element id courses.specialization2 in the following XML structure? ?xml version=1.0 encoding=UTF-8 ? error pages page descr=Specialization id=specialization_name elements

Re: input type=image onclick jscript

2009-07-20 Thread Randy Zeitman
My guess is because it's an input with type image so it's just going to submit instead of honor the onclick. Try onSubmit in the form tag. FORM ACTION=../cgi-bin/mycgi.pl NAME=testform onSubmit=return TestDataCheck() Hi frnds, How to call a javascript function on

Re: input type=image onclick jscript

2009-07-20 Thread Randy Zeitman
My guess is because it's an input with type image so it's just going to submit instead of honor the onclick. Try onSubmit in the form tag. FORM ACTION=../cgi-bin/mycgi.pl NAME=testform onSubmit=return TestDataCheck() Hi frnds, How to call a javascript function on

Re: Help on ColdExt

2009-07-20 Thread Arsalan Tariq Keen
h Don... you see the problem is I have zero experience with Javascript and all that's why I found ColdExt so appealing for AJAX based ColdFusion applications :) do you know who wrote ColdExt ... I mean if I could get his/her email id maybe I could consult the very genius :)

Re: getDirectoryFromPath Question

2009-07-20 Thread Arsalan Tariq Keen
yeah they should atleast they were working for me a weak ago :) Regards, Arsalan -- From: Adrian Lynch cont...@adrianlynch.co.uk Sent: Tuesday, July 21, 2009 1:17 AM To: cf-talk cf-talk@houseoffusion.com Subject: RE: getDirectoryFromPath