ColdFusion 8 CFIDE being dropped

2007-09-06 Thread Justin T
I'm working on an application in a subdirectory of the main application. wwwroot\mySubApp wwwroot\cfide So, I was playing around with the new layout tags. I had a menu working just fine and then I copied and pasted the cflayout example from the live docs into my layout. After that, the javascri

Re: Error when defining var

2007-09-06 Thread James Holmes
What happens if, at the top of the function, you put instead? On 9/7/07, chad gray <[EMAIL PROTECTED]> wrote: > I am getting this error and the error only occours if i put a ZJFdao = ""> in the function. Any ideas? > > Element ZJFDAO is undefined in a Java object of type class > [Ljava.lang.

Re: How create results with an Outer Join using 2 different databases

2007-09-06 Thread Joy Holman
I was able to use some sample data to create a simple Left Join and got results using 2 different databases. Thank you. I learned something. I need to learn more though. Here's kinda pseudo-code for what I need to end up with: I need the results of my first query to get the data for the interm

Dynamic named CFC and method

2007-09-06 Thread Andrew Grosset
I have a cfc in the application scope and I access it like so: I would like to be able to pass in the cfc name (in this case "myImage") and the method/function ("adateIm") dynamically. If I try this, I get an error: " A CFML variable name cannot end with a "." character" I also tried t

RE: ColdFusion 8 CFIDE being dropped

2007-09-06 Thread Andrew Scott
I am going to assume that the IIS / Apache website details has NO virtual mapping to the /cfide directory. Andrew Scott Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613  8676 4223 Mobile: 0404 998 273 -Original Message- From: Justin T [mailto:[EMAIL PROTECTED

Re: PHP or .Net?

2007-09-06 Thread Ali Majdzadeh
Thanks everybody. I read all your great replies and at the end I decided I choose JAVA as my next move. I will learn more about CSS or AJAX while they are usefull anyway but JAVA will be what I will focus as my server side tech. I started with VTC.com Java learning video series which looked to b

Re: CF8 HTML CFGRID with checkbox possible with binding?

2007-09-06 Thread Eron Cohen
Ok, I solved my error issue--I just needed to remove the semicolon from the end of "onClick=form.submit();"--So now I have checkboxes that submit the form when checked inside of an HTML grid on CF8. > I am working on the same thing right now. I have success getting the > checkbox to show up. T

cfexecute and perl script CF8

2007-09-06 Thread Jaysheel Bhavsar
Hey guys, I am try to execute a perl scirpt within CF8 but I doesn't seem to work. I tired to execute it the same way before in the previous version of CF but even then I wasn't successful. Here is that my cf page looks like. (its a test page so has nothing else on it except for the cfexe

Re: Application Pools getting disabled

2007-09-06 Thread Jim Easterly
This did not help. It is still having problems at high traffic times. ~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features - download now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta

Error when defining var

2007-09-06 Thread chad gray
I am getting this error and the error only occours if i put a in the function. Any ideas? Element ZJFDAO is undefined in a Java object of type class [Ljava.lang.String; referenced as The error occurred in D:\Web\bervalent_WC\com\careyweb\servalent\misc\ZJF.cfc: line 31 29 :

MS SQL 2005 vs CFMX 7.02Ent

2007-09-06 Thread Wil Genovese
Ok, we recently switched to running MS SQL 2005 servers in an Active/Passive cluster on Win2003 (64Bit). While we were testing we had no issues with DB access. After migrating most of our databases to the SQL 2005 Cluster we are not getting the same error a few times a day that crashes our whol

RE: Model Glue and Reactor

2007-09-06 Thread Eric Roberts
Yeah...that is what fixed it. It had an entry in there by default that I assume would use the poperties set in that bean...but I guess not :-D. I ended up just putting the full path in. Eric -Original Message- From: Dinner [mailto:[EMAIL PROTECTED] Sent: Thursday, September 06, 2007 8

RE: BlogCFC

2007-09-06 Thread Eric Roberts
Thanks...I thought it did for some reason... Eric -Original Message- From: Brian Kotek [mailto:[EMAIL PROTECTED] Sent: Thursday, September 06, 2007 7:53 PM To: CF-Talk Subject: Re: BlogCFC It does not. On 9/6/07, Eric Roberts <[EMAIL PROTECTED]> wrote: > > Got a question for you Ray...

Re: How to move CFIDE in CF8?

2007-09-06 Thread Claude Schneegans
>>I put everything back the way it was and went into the Administrator and see that it CF has an unchangeable logical directory mapping of /CFIDE pointing at the physical location. Exact, I found the same problem and no work around. The solution for me was to install the stand alone version, leav

re: Model Glue and Reactor

2007-09-06 Thread Eric Roberts
Found the problem...the ormservice bean wasn't getting the pathToConfigXml from the reactorConfiguration bean. I added it as a construction-arg and it works fine now...or at least it loads. I haven't had the chance to try using reactor to access a db yet... Eric ~~~

Re: Consume .NET web service with complex arguments

2007-09-06 Thread Kris Jones
> did you ever get this figured out? I am coming across the same thing Hi Shane, I did find an approach that works for my situation. Here are some abbreviated notes I put together for our team: Note, you'll need to access the WSDL file, and soap descriptions for your webservice calls. Cheers, K

Re: Am I the only one who thinks Flex 2 isn't

2007-09-06 Thread Brian Kotek
I agree. Doing it with a CFC means you can supply REST data, SOAP data, AMF data, JSON data, WDDX, and more, with a single component. Since you can generate SOAP, AMF, JSON and WDDX automatically, the only extra work is manually generating some XML output. On 9/6/07, Dave Watts <[EMAIL PROTECTED]>

Re: Javascript problem only, but....

2007-09-06 Thread James Holmes
This summarises the situation: http://www.quirksmode.org/js/doctypes.html And this is the latest info: http://www.quirksmode.org/viewport/compatibility.html Scrolling offset (How much the page has scrolled) var x,y; if (self.pageYOffset) // all except Explorer { x = self.pageXOffset;

Re: webservice

2007-09-06 Thread Brian Kotek
You're missing the point. Don't just post to a forum saying nothing but "I'm trying to do X and I get error Y." That's not even a question, not to mention all of the relevant information that you have not provided. http://catb.org/~esr/faqs/smart-questions.html On 9/6/07, Chad Gray <[EMAIL PROTEC

Re: Model Glue and Reactor

2007-09-06 Thread Dinner
Hey Eric, not sure if this is what you're after, but I've got this: /corps/mysuperproject/config/reactor/Reactor.xml mysuperproject mysuperproject_dev mysql /corps/mysuperproject/model/data/reactor p

Re: PHP or .Net?

2007-09-06 Thread John Paul Ashenfelter
On 9/6/07, Dinner <[EMAIL PROTECTED]> wrote: > On 9/6/07, John Paul Ashenfelter wrote:... > > > I don't know -- that summer class in LOGO really has paid off for me :) > > > forward 100! That comment had me laughing inside, John. Great stuff. Did I mention I was 12 at the time :) > > > ~

Re: FCKEditor showing HTML content before fully loading in browser

2007-09-06 Thread Dinner
On 9/6/07, Dominic Watson <[EMAIL PROTECTED]> wrote:... > Is there anyway we can force FCKEditor to suppress any output until it is > loaded? Hide the editor until the page loads? I can provide example code if needed, but not right now. =P

re: Model Glue and Reactor

2007-09-06 Thread Eric Roberts
OK...I hard coded the pathToConfigXML value as the default in the argument in the function in reactor/reactorfactory.cfc and it worked fine. So I am suspecting that it is not picking up the Coldspring.xml file properly or the finction call is not even trying to pass the pathToConfigXML argument at

Re: PHP or .Net?

2007-09-06 Thread Dinner
On 9/6/07, John Paul Ashenfelter wrote:... > I don't know -- that summer class in LOGO really has paid off for me :) forward 100! That comment had me laughing inside, John. Great stuff. ~| Check out the new features and enh

Re: BlogCFC

2007-09-06 Thread Brian Kotek
It does not. On 9/6/07, Eric Roberts <[EMAIL PROTECTED]> wrote: > > Got a question for you Ray...does BlogCFC make use of reactor? I don't > remeber if it did or not. > > Eric > > > ~| Get the answers you are looking for on the

Javascript problem only, but....

2007-09-06 Thread Claude Schneegans
Hi, Is it a well known problem and is there any work around? The offsetTop value of an option in a select, and the scrollTop of the select are always returned as zero by IE, whatever the position of the scroll bar is. Mozilla shows correct values. See example at http://www.contentbox.com/claude

Re: CF8 Debugging

2007-09-06 Thread Eric Roberts
I would assume they did that since they added the individual logins to the admin and assumed you would want a cfide directory for each "site". They probably had sites hosts in mind when they did that. If it is real important to have that graphic and you don;t want a cfide mapping in each virtual

Re: (ADMIN) email problems?

2007-09-06 Thread Brian Kotek
I'm using email, but I've also been seeing lots of double/triple posts. Not sure if it's related or not. On 9/6/07, chad gray <[EMAIL PROTECTED]> wrote: > > Is email working on CFTalk? I tried posting a message about an hour ago > via email and it has not arrived to the list. I also got a messag

RE: Am I the only one who thinks Flex 2 isn't

2007-09-06 Thread Dave Watts
> I tend more towards the REST type services so CFC's aren't > the best vehicle for me. Since I'm doing that API, it > usually doesn't make sense for me to do another type of API > strictly for Flex interfaces. There's no reason why you can't generate REST output using CFCs. The amount of extr

RE: virtual directory cf8 using built in webserver?

2007-09-06 Thread Dave Watts
> is it possible to have virtual directories using cf8 and its > internal webserver? I don't think anything's changed since CF6, so yes: http://www.adobe.com/support/coldfusion/adv_development/config_builtin_webse rver/ Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Softwar

Homesite CFML7

2007-09-06 Thread Mallory Woods
Does anyone have a link to update Homesite+ for CFML7 not 8? Thanks! ~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features - download now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_w

Re: CF8 Debugging

2007-09-06 Thread Jim McAtee
- Original Message - From: "Dave Watts" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Thursday, September 06, 2007 5:03 AM Subject: RE: CF8 Debugging >> No. It's trivial. But it seems to imply that either the >> developers of the server expected the CFIDE directory >> mapping to exist for all

Re: How to move CFIDE in CF8?

2007-09-06 Thread Jim McAtee
- Original Message - From: "Jim McAtee" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Thursday, September 06, 2007 3:01 AM Subject: How to move CFIDE in CF8? > When I installed CF8, it placed the CFIDE folder under the source > directory of the default web site and created a virtual directory

RE: webservice

2007-09-06 Thread Chad Gray
So how do I make this complexType in java? I don't understand the error. -Original Message- From: Brian Kotek [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 05, 2007 4:19 PM To: CF-Talk Subject: Re: webservice Ok. On 9/5/07, Chad Gray <[EMAIL PROTECTED]> wrote: > > I am trying

RE: Implications of no JVM loaded

2007-09-06 Thread Howell, Craig H Civ WRALC/ITMS
Assuming the bare necessities are on the SDC (Flash Player, ActiveX and Javascript enabled, cookies, etc) and the JVM is not, are there ANY issues we need to be concerned about for our CF apps? Thanks. -Original Message- From: Jaime Metcher [mailto:[EMAIL PROTECTED] Sent: Wednesday, Sept

Re: charting solution for using with CF

2007-09-06 Thread Jim Wright
On 9/6/07, Rob Parkhill <[EMAIL PROTECTED]> wrote: > So how does one leverage the webcharts design app? it is a cool tool which I > had no idea existed until yesterday. I played around with it quite a bit and > designed a couple of charts (actually the gauges are going to get me in good > with

BlogCFC

2007-09-06 Thread Eric Roberts
Got a question for you Ray...does BlogCFC make use of reactor? I don't remeber if it did or not. Eric ~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins for Eclipse and Dreamweaver updates. http;//

MS SQL 2005 Vs. CFMX 7.02

2007-09-06 Thread Wil Genovese
Ok, we recently switched to running MS SQL 2005 servers in an Active/Passive cluster on Win2003 (64Bit) Server. While we were testing we had no issues with DB access. After migrating most of our databases to the SQL 2005 Cluster we are now getting the same error a few times a day that crashes

Re: (ADMIN) email problems?

2007-09-06 Thread Eric Roberts
I just posted one as well and it didn't show up... Eric On 9/6/07, chad gray <[EMAIL PROTECTED]> wrote: > > Is email working on CFTalk? I tried posting a message about an hour ago > via email and it has not arrived to the list. I also got a message from out > mail server saying it was going to

FCKEditor showing HTML content before fully loading in browser

2007-09-06 Thread Dominic Watson
We have a client complaining that, when they have a poor internet connection, they can see HTML source while the FCKEditor is loading (the source of the formatted content that is being loaded into the editor) and this HTML is being displayed for some time. Is there anyway we can force FCKEditor to

(ADMIN) email problems?

2007-09-06 Thread chad gray
Is email working on CFTalk? I tried posting a message about an hour ago via email and it has not arrived to the list. I also got a message from out mail server saying it was going to try sending again. ~| Create robust enterp

Re: structKeyExists() - Ok, this is freakin me out....

2007-09-06 Thread Dinner
On 9/5/07, Joe Lakey wrote: > > I always include in my forms a hidden field named "form_submitted": > > > > I'll do something similar, but I only define the hidden fields if I want the "save event" to fire. So I can use the same code to add a phone number by someone clicking on the "saveP

Re: How create results with an Outer Join using 2 different databases

2007-09-06 Thread Vince Collins
Hi Joy, There may be a work around. If they are both MS SQL Servers for example... If the two datasources point to the same server and just different databases, you can do it inline with your SQL Statement assuming they share the same user credentials. However, I'll assume this is not the cas

RE: CF8 HTML CFGRID with checkbox possible with binding?

2007-09-06 Thread Eron Cohen
I am working on the same thing right now. I have success getting the checkbox to show up. That much is no problem. The way I am doing it is by using QueryNew/QuerySetCell to create a query that I send back to the CFGRID via binding to a CFC. Here is how I am creating my checkbox: )> I want to

Re: CF8 HTML CFGRID with checkbox possible with binding?

2007-09-06 Thread Eron Cohen
I am working on the same thing right now. I have success getting the checkbox to show up. That much is no problem. The way I am doing it is by using QueryNew/QuerySetCell to create a query that I send back to the CFGRID via binding to a CFC. Here is how I am creating my checkbox: )> I want

Re: Creating XML from RecordSet

2007-09-06 Thread C. Hatton Humphrey
> Flash doesn't do anything "server side", so I'm not sure what you're trying > to say. I was thinking that it did not but have had things like that "pop up". However I just implemented the idea and it works beautifully! Thanks for the idea! Hatton ~

Re: CF8 HTML CFGRID with checkbox possible with binding? +Error Message

2007-09-06 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
I am working on the same thing right now. I have success getting the checkbox to show up. That much is no problem. The way I am doing it is by using QueryNew/QuerySetCell to create a query that I send back to the CFGRID via binding to a CFC. Here is how I am creating my checkbox: )> I want

RE: CFGrid Ajax Results

2007-09-06 Thread Eron Cohen
Thank you for the answers. I will look into this. Complicated for me would be defined not-so-easy. So this might be beyond me. -Original Message- From: Brian Kotek [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 04, 2007 7:40 PM To: CF-Talk Subject: Re: CFGrid Ajax Results However

Re: CF8 HTML CFGRID with checkbox possible with binding? +Error Message

2007-09-06 Thread Eron Cohen
I am working on the same thing right now. I have success getting the checkbox to show up. That much is no problem. The way I am doing it is by using QueryNew/QuerySetCell to create a query that I send back to the CFGRID via binding to a CFC. Here is how I am creating my checkbox: )> I want

Webservices Not found/Nested Complex Parameters

2007-09-06 Thread Shane Trahan
I am trying to connect to a webservice that has layered/nested complex parameters and am getting the dreaded web service not found error. When I comment out a required parameter the webservice tells me that "Non nillable element is null" so I do know that the service is returning something back.

Re: structKeyExists() - Ok, this is freakin me out....

2007-09-06 Thread Dominic Watson
> > I always include in my forms a hidden field named "form_submitted": > ... > Then in Application.cfm or onRequest(), I set a default: > > > > This also allows me to self-submit multiple forms on the same page: > > > > > > > > > > > Nice method, like it. -- Blog i

Re: PHP or .Net?

2007-09-06 Thread John Paul Ashenfelter
On 9/6/07, Sean Corfield <[EMAIL PROTECTED]> wrote: > On 9/5/07, Michael E. Carluen <[EMAIL PROTECTED]> wrote: > > Any thoughts on Ruby and Python? > > I keep trying Ruby but I just can't enjoy it - the syntax just annoys > me (I don't like Perl or PHP either) - and Rails relies so heavily on > con

Re: Consume .NET web service with complex arguments

2007-09-06 Thread Shane Trahan
did you ever get this figured out? I am coming across the same thing ~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins for Eclipse and Dreamweaver updates. http;//www.adobe.com/cfusion/entitlement/i

Re: charting solution for using with CF

2007-09-06 Thread Rob Parkhill
>CFChart can be effective, especially if you use the webcharts app to create >your own styles. Look in /charting for the webcharts.bat >file, which fires off the webcharts design app. So how does one leverage the webcharts design app? it is a cool tool which I had no idea existed until yesterda

RE: Map .htm to ColdFusion

2007-09-06 Thread Dave Watts
> When I try to map the extension .htm to ColdFusion under > IIS6, I get the error shown below when requesting a .htm > file. I'm pretty sure that with > CF5 and IIS5 all that was necessary was this IIS extension > mapping. What else is needed with CF8? With CF 6 and higher, you must edit a C

RE: CF8 Debugging

2007-09-06 Thread Dave Watts
> No. It's trivial. But it seems to imply that either the > developers of the server expected the CFIDE directory > mapping to exist for all virtual sites or else they were > oblivious to this happening. Why go to the trouble of > designing a nicely formatted debug output page and > then have

Re: & ffmpeg

2007-09-06 Thread Mark Lewis
It seems to work when I run the execute twice sometimes?? - Original Message - From: "Mark Lewis" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Thursday, September 06, 2007 9:48 AM Subject: Re: & ffmpeg > When the conversion takes place, the flv file is created, but the flv file > is 580kb

Re: Map .htm to ColdFusion

2007-09-06 Thread Andy Allan
Yes, you need to modify the web.xml file by hand, and it is required (in addition to the IIS change) to get ColdFusion to process .htm files. Restart CF once you've made the change. Andy On 06/09/07, Jim McAtee <[EMAIL PROTECTED]> wrote: > - Original Message - > From: "Andrew Scott" <[EM

Re: Map .htm to ColdFusion

2007-09-06 Thread David Low
Jim McAtee wrote: > So, I may have to edit this file by hand? What's the procedure - stop CF, > edit file, restart CF? Yep, AFAIK. > Can anyone confirm whether this is necessary to process .htm files with > CF8? The application server won't be expecting to serve .htm files, so it will presum

Re: CF8 Debugging

2007-09-06 Thread Tom Chiverton
On Thursday 06 Sep 2007, [EMAIL PROTECTED] wrote: > > If you want it to show up, yes. > > Do you really care if a graphic is missing in the debug output though ? > > No. It's trivial. But it seems to imply that either the developers of > the server expected the CFIDE directory mapping to exist fo

Re: Map .htm to ColdFusion

2007-09-06 Thread Jim McAtee
- Original Message - From: "Andrew Scott" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Thursday, September 06, 2007 3:36 AM Subject: Re: Map .htm to ColdFusion > Is this a standard install? Or multie server? Standard install. > There is new filter mappings in the web.xml that you might nee

Re: CF8 Debugging

2007-09-06 Thread Jim McAtee
- Original Message - From: "Tom Chiverton" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Thursday, September 06, 2007 3:23 AM Subject: Re: CF8 Debugging > On Thursday 06 Sep 2007, [EMAIL PROTECTED] wrote: >> ­ In the debugging output there's a little missing 'topdoc.gif' image, >> which is be

Re: Map .htm to ColdFusion

2007-09-06 Thread Andrew Scott
Is this a standard install? Or multie server? There is new filter mappings in the web.xml that you might need to add too as well. Other than that it is an interesting question. On 9/6/07, Jim McAtee <[EMAIL PROTECTED]> wrote: > > When I try to map the extension .htm to ColdFusion under IIS6, I

Re: CF8 Debugging

2007-09-06 Thread Tom Chiverton
On Thursday 06 Sep 2007, [EMAIL PROTECTED] wrote: > ­ In the debugging output there's a little missing 'topdoc.gif' image, > which is being referenced in a location within /CFIDE. Surely CF8 doesn't > expect you to map CFIDE as a virtual directory in the HTTP server for > _every_ virtual web site

Map .htm to ColdFusion

2007-09-06 Thread Jim McAtee
When I try to map the extension .htm to ColdFusion under IIS6, I get the error shown below when requesting a .htm file. I'm pretty sure that with CF5 and IIS5 all that was necessary was this IIS extension mapping. What else is needed with CF8? Server Error

How to move CFIDE in CF8?

2007-09-06 Thread Jim McAtee
When I installed CF8, it placed the CFIDE folder under the source directory of the default web site and created a virtual directory in IIS pointing at the folder. That's not a good location for our use, so I'd like to move it. I tried, and changed the IIS virtual directory, but the CF Adminis

Re: & ffmpeg

2007-09-06 Thread Mark Lewis
When the conversion takes place, the flv file is created, but the flv file is 580kb and doesnt play. It should be 3567kb as it is when i run ffmpeg on the same avi from the command line. When I restart the coldfusion server, all the flv's seem to complete the conversion (the file size goes up t

Re: UNIX/Apache .htaccess problem

2007-09-06 Thread Tom Chiverton
On Wednesday 05 Sep 2007, [EMAIL PROTECTED] wrote: > into a file named .htaccess our webserver blows up and returns a 500 > internal error. What's the log file say ? -- Tom Chiverton Helping to adaptively iterate dot-com environments on: http://thefalken.livejournal.com

Re: PHP or .Net?

2007-09-06 Thread Tom Chiverton
On Wednesday 05 Sep 2007, [EMAIL PROTECTED] wrote: > I'd say go sideways. Hows your CSS skills? Javascript? XML? Ajax? These are > all cross language skills that we should all have under our belts. +1 that. If you get yourself up to speed on these core transferable skills it'll help no matter wha

Re: Can CF run if it's configuration files are not owned by root on UNIX?

2007-09-06 Thread Tom Chiverton
On Wednesday 05 Sep 2007, [EMAIL PROTECTED] wrote: > Having someone delete your config files is a lot easier to recover > from deleting the whole installation. You just check them out of SVN > again and you're done. Interesting you use an RCS for the server config files. Do you do your checkins

CF8 Debugging

2007-09-06 Thread Jim McAtee
Two questions: - Is there any way to enable Robust Exception Information _only_ for debugging IP addresses? It's a lot of useful information to have in the event of an error that isn't shown elsewhere in the debugging output, but it's too much information for outside visitors. - In the debugg

Re: Am I the only one who thinks Flex 2 isn't

2007-09-06 Thread Joeri B
Yes, Openlaszlo looks very promising. I've played with it for some while, and it is easier to program than Flex 2 in my opionion. It's components are a bit quircky. But the, build once, deploy, as DHTML :), FL 7, 8 is a serious plus. There I think it's HTML + CSS + CFM + some Javascript (AJAX) s