Re: (ot) SQL Server disk configuration

2009-03-11 Thread Jochem van Dieten
On Wed, Mar 11, 2009 at 3:01 AM, Rick Root wrote: > The server has 4x146gb scsi drives set up in 2 RAID-1 mirrored sets. > > We ended up with a 20 gig C drive and a 120gb D: drive on one mirrored > set, and 70 gig E: and F: drives on the other mirrored set.  Currently > we've got our SQL Server da

Re: Sudden problem with CFTree only in some browsers: CFTreeApplet.class not found.

2009-03-11 Thread Roger Kristiansen
Hi Tom, thanks for the answer. Yes, I can browse the /CFIDE folder using the same browsers where I experience the error, and even download the cfapplets.jar where I see this class residing. :| Cheers, Roger ~| Adobe® ColdFus

Re: Verity Search indexing problem - reading not processing

2009-03-11 Thread Joe None
>Dug a little deeper and turned on the -verbose command. It says >"Skipping key [http://127.0.0.1:8500/mysite/ because of mime-type" > >If I change it to include the index.cfm it still says the same thing. Anyone familiar with what could be causing this mime-type problem? I've experimented wit

Re: DropDown List

2009-03-11 Thread Will Tomlinson
> I am working on Dropdown List and was just wondering how to make the > dropdown list selected data preserved. > works for other Formfields but not the > drowpdown list? > Does your select menu use data? ~| Adobe® ColdFus

Re: DropDown List

2009-03-11 Thread Priya Koya
I have 2 dropdown and in one I use cfquery and in other I dont... >> I am working on Dropdown List and was just wondering how to make the >> dropdown list selected data preserved. >> works for other Formfields but not the >> drowpdown list? >> > >Does your select menu use data?

Append Arrays with Structures

2009-03-11 Thread Priya Koya
I am trying to add my Pagelist to the array .. using structure. I am using structure to add everytime pagelist to an array so that I can display my list of pages updated or inserted on every user session. This is wat I am using... I get an error: Object of type class java.lang.Strin

Re: Append Arrays with Structures

2009-03-11 Thread Dominic Watson
ArrayAppend does not return the array - it returns "True, on successful completion." (http://livedocs.adobe.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=ColdFusion_Documentation&file=0381.htm) So: ... etc. Dominic > > > > > > > > 2009/3/11 Priya Koya

Re: DropDown List

2009-03-11 Thread Azadi Saryev
what do you use in the other one you do not use cfquery in? a cfc binding? something else? which of your select lists do you want to preserve data in? Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ Priya Koya wrote: > I have 2 dropdown and in one I use cfquery and in other I dont... >

Re: CF & Facebook

2009-03-11 Thread Michael Reick
Hi Monte, I've tried responding via email a couple times, but it didn't seem to take (very odd), so now I'm trying through the website. Facebook Connect is closer to what I need, but I was hoping for something seamless for our users (who are *ahem*, mostly less than computer savvy). I was re

Re: DropDown List

2009-03-11 Thread Priya Koya
I have the list of data.. say Once user selects I need to preserve that data on page Select Option... 1234 1221 1001 2002 2030 and if I use with the cfquery: Select Option... #ReturnContentData.Title# These are the two dropdown list I have... On Wed, Mar 11, 2009

Re: CF 8 developer/IPSec/VSClient Problem

2009-03-11 Thread Roger Dear
I'm having problems right now seeing my services from the Computer Management/Manage option (Connection to SQL Server Enterprise Manager connection failed). I'll fix that later - but I did kill the ColdFusionDotNetsvc through task manager with no success. I have to shut down until late this af

Re: Append Arrays with Structures

2009-03-11 Thread Jason Fisher
You're setting the value of session.pageList to the string "arrayNew()", which is throwing your error. If you're using If this is not in a loop or something, you could just set directly: ~| Adobe® ColdFusion® 8 software 8

Re: Append Arrays with Structures

2009-03-11 Thread Ian Skinner
Jason Fisher wrote: > If you're using Or get rid of the quotes. > I.E. This also works. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.ne

Re: Append Arrays with Structures

2009-03-11 Thread Priya Koya
I am getting an error here: *session.pageList = arrayAppend( session.pageList, structNew() )> * Error: Object of type class java.lang.Boolean cannot be used as an array On Wed, Mar 11, 2009 at 9:55 AM, Jason Fisher wrote: > > You're setting the value of session.pageList to the string "arrayNew

Re: Append Arrays with Structures

2009-03-11 Thread Jason Fisher
As Dominic pointed out above, just do: ArrayAppend() returns true / false, not an array. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;

Re: DropDown List

2009-03-11 Thread Azadi Saryev
when exactly ( after which condition in your app logic) do u need to display previously entered data? on form submit? on clicking "back" button in the browser? which condition should trigger the display of rev entered data as opposed to dislaying a blank form? Azadi Saryev Sabai-dee.com http://ww

Re: Append Arrays with Structures

2009-03-11 Thread Azadi Saryev
yes, as jason pinted out, arrayappend() function differs from listappend() - with arrayappend() one should not set the array to the function's return: with arrayappend: but with listappend() one has to do: Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ Priya Koya wrote: > I am gettin

Re: Append Arrays with Structures

2009-03-11 Thread Ian Skinner
Priya Koya wrote: > I am getting an error here: > *session.pageList = arrayAppend( session.pageList, structNew() )> * > > Error: > Object of type class java.lang.Boolean cannot be used as an array > On Wed, Mar 11, 2009 at 9:55 AM, Jason Fisher wrote: As Dominic previously stated, arrayAppend()

Java Training: moving from CF to Java

2009-03-11 Thread coldfusion . developer
1) We're moving our platform form CF to Java and XML and XSL transformations and I need to get some training in the Southern New Hampshire, North Shore or Massachusetts. Can anyone make any recommendations? 2) Also I'm going to Barnes and Noble to find a good book. Does anyone have and suggest

Re: Append Arrays with Structures

2009-03-11 Thread Priya Koya
Jason, nothing works I tried with : On Wed, Mar 11, 2009 at 9:16 AM, Ian Skinner wrote: > > Jason Fisher wrote: > > If you're using > > > Or get rid of the quotes. > > > > > I.E. This also works. > > > > ~

Re: DropDown List

2009-03-11 Thread Dave Watts
> You need to use CFSELECT within CFFORM to preserve the selected values. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virg

Re: Append Arrays with Structures

2009-03-11 Thread Ian Skinner
Ian Skinner wrote: > The first time you run that line you are overwriting your array and > turning it into an array... The first time you run that line you are overwriting your array and turning it into an *boolean* ... That would make more sense, wouldn't it. ~~

Re: Append Arrays with Structures

2009-03-11 Thread Ian Skinner
Priya Koya wrote: > nothing works > That is because the tag is not your problem. Your problem is that in the loop, the first iteration changes your array into a boolean. Then the second iteration throws an error because you try to use that boolean variable as an array. See the five p

Re: DropDown List

2009-03-11 Thread Priya Koya
I have submit buttons like Update_submit and Insert_Submit on (select_details.cfm). When I click these buttons it will redirect to next page (updates.cfm) and I have a Home_Submit in the updates.cfm which will redirect to the homepage(select_details.cfm) where we select the dropdown option. Than

Re: DropDown List

2009-03-11 Thread Priya Koya
No Dave it doesnt.. preserve the selected ones... going back to Select option., On Wed, Mar 11, 2009 at 9:35 AM, Dave Watts wrote: > > > > > You need to use CFSELECT within CFFORM to preserve the selected values. > > Dave Watts, CTO, Fig Leaf Software > http://www.figleaf.com/ > > Fig Le

Re: DropDown List

2009-03-11 Thread Dave Watts
> No Dave it doesnt.. preserve the selected ones... going back to Select > option., To use CFFORM's PRESERVEDATA functionality, you need to POST from your CFFORM to a page which has the same CFFORM on it. You can't POST to another page, then redirect back to the form. Dave Watts, CTO, Fig Le

Re: DropDown List

2009-03-11 Thread Priya Koya
ok.. Even if I use the in the same page then also I dont preserve the data but I can preserve the other field data... On Wed, Mar 11, 2009 at 10:05 AM, Dave Watts wrote: > > > No Dave it doesnt.. preserve the selected ones... going back to Select > > option., > > To use CFFORM's PRESERV

RE: Append Arrays with Structures

2009-03-11 Thread Adrian Lynch
Out of interest, I wonder what would have to happen for ArrayAppend to return false?! Adrian > -Original Message- > From: Dominic Watson [mailto:watson.domi...@googlemail.com] > Sent: 11 March 2009 12:37 > To: cf-talk > Subject: Re: Append Arrays with Structures > > > ArrayAppend does

Re: Java Training: moving from CF to Java

2009-03-11 Thread James Holmes
Please forgive me the odd topic reply, but why on earth would you want to do that? mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ 2009/3/11 : > > 1) We're moving our platform form CF to Java ~|

Re: Append Arrays with Structures

2009-03-11 Thread Priya Koya
Is this right? for finding out he arraylen?? because this is where it is giving me the error.. On Wed, Mar 11, 2009 at 10:21 AM, Adrian Lynch wrote: > > Out of interest, I wonder what would have to happen for ArrayAppend to > return false?! > > Adrian > > > -Original Message- >

Re: Append Arrays with Structures

2009-03-11 Thread Charlie Griefer
it's been said over and over in this thread. arrayAppend() returns a boolean. if you do , you're essentially setting the value of session.pageList to "true". Then, when you try to run an array function on session.pageList, you get the error because it's not an array. it's a boolean whose value

ISO SQL2005 Linked Server Tutorital or Example

2009-03-11 Thread Jeanmarie Richardson
Hi -- I need to query an Access DB that is on a remote server. The remote server also has SQL 2005 and the Network Admin has set the Access DB up as a linked server on the SQL Server. (I can see it remotely using Management Studio and drilling down to Server Objects\Linked Servers - however I

Re: Append Arrays with Structures

2009-03-11 Thread Ian Skinner
Priya Koya wrote: > Is this right? > > > > > > > for finding out he arraylen?? > because this is where it is giving me the error.. Yes, it was, Charlie just explained this again for you. would solve the problems you have told us about. But just for another tact, I will also correct thi

Re: DropDown List

2009-03-11 Thread Dave Watts
> ok.. Even if I use the in the > same page then also I dont preserve the data but I can preserve the other > field data... I suggest you post the code. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at ou

cfGrids

2009-03-11 Thread Pranathi Reddy
I have a grid grids.cfm Grid Code: Test.cfm SELECT FirstName FROM tblWebSiteBrand WHERE BrandID = '#url.EmployerID#' #FirstName# and this works fine and I will get the FirstName but if I use is displaying an error ..cfajax import ..use cfdebug .?

RE: ISO SQL2005 Linked Server Tutorital or Example

2009-03-11 Thread Billy Cox
In this example, I copy the contents of an Access table into a SQL Server temp table. 'ACCESSNOTES' is the name of the linked server in SQL 2005 Express and 'NOTES' is the name of the table. IF (object_id('tempdb..##tmpNotes','u') > 0) DROP TABLE ##tmpNotes

RE: Append Arrays with Structures

2009-03-11 Thread Jason Fisher
@Adrian, Interesting question ... can't really think of anything off-hand. From: "Adrian Lynch" Sent: Wednesday, March 11, 2009 11:25 AM To: "cf-talk" Subject: RE: Append Arrays with Structures Out of interest, I wonder what would have to happen for A

Re: Append Arrays with Structures

2009-03-11 Thread Dominic Watson
I don't believe that it ever does return false and the docs do not indicate that it does. Indeed, it is almost certainly using the add method of the java AbstractList object (from which it inherits). This states that it returns true only. If there is an error, an exception is thrown. http://java.

Re: Append Arrays with Structures

2009-03-11 Thread Jason Fisher
Thanks for the info, Dominic. Seems like that shouldn't make sense ... a Boolean that has no 'off' state, yet it perfectly makes sense that only an exception could be 'false' and exceptions need to be thrown, not simply reported as 'false'. Thanks! Jason

Re: cfGrids

2009-03-11 Thread Pranathi Reddy
I solved it.. > I have a grid grids.cfm > > Grid Code: > > > selectmode="edit" > query="Data" height="50"> > header="EmployerID" select="false" > headeralign="center" > headerbold="Yes"> > header="FirstName" > headeralign="center" > headerbold="Yes"> > header="Las

Re: Loop in Distinct loop with more then one column

2009-03-11 Thread Sin Tec
Im still a newbie to coldfusion and trying to make my way through it all as I go so yeah my code doesnt have the best of structure. Your code below works great for what I am doing. Thank you. Also thank you for the class tip it will make it easier in the longrun. >I think your first problem

Re: Java Training: moving from CF to Java

2009-03-11 Thread coldfusion.develo...@att.net coldfusion.develo...@att.net
Not odd at all. Marketing executives and the agency we're working with made this decision. I waged a good war, but managment prevailed. >Please forgive me the odd topic reply, but why on earth would you want >to do that? > >mxAjax / CFAjax docs and other useful articles: >http://www.bifrost.c

cf.Objective() 2009 Early Registration Rate ending Soon!

2009-03-11 Thread Jim Louis
Early Bird Prices First off, a quick reminder that the early pricing ends March 16th, 2009. That means there's only 5 days left to take advantage of the $130 discount on registration. www.cfobjective.com This Year's Hotel This year we're at the Minneapolis Hyatt

Re: Append Arrays with Structures

2009-03-11 Thread Dominic Watson
> Seems like that shouldn't make sense ... a Boolean that has no 'off' state Nowhere states that the function returns a boolean ;) But it is odd, indeed, why return anything at all. I've done it myself in functions and justified it with 'One day I may have some logic that returns false and then t

Re: Java Training: moving from CF to Java

2009-03-11 Thread Peter Boughton
Unless your management/agency are a group of inept morons, they will have already researched availability of training/support/etc before making their recommendation/decision. So, I'd go ask them to provide this information for you... ~~

Re: Append Arrays with Structures

2009-03-11 Thread C S
> But it is odd, indeed, why return anything at all. It depends on the class. Some use it and some do not http://java.sun.com/j2se/1.4.2/docs/api/java/util/AbstractCollection.html#add(java.lang.Object) > I don't believe that it ever does return false and the docs do not > indicate that it does

Re: cfimage problem resizing PNG

2009-03-11 Thread C S
>Trying to resize a PNG with the following code and the image linked below >and it's coming out all screwy. Any ideas as to why this is happening? Unfortunately, I do not know the cause. But are you sure it is the resize operation? I get the same results just doing a simple read. ~~~

Re: Java Training: moving from CF to Java

2009-03-11 Thread coldfusion.develo...@att.net coldfusion.develo...@att.net
8-) In a perfect world I would. 8-) > Unless your management/agency are a group of inept morons, they will > have already researched availability of training/support/etc before > making their recommendation/decision. > > So, I'd go ask them to provide this information for you... > ~~~

Re: ISO SQL2005 Linked Server Tutorital or Example

2009-03-11 Thread Jeanmarie Richardson
>In this example, I copy the contents of an Access table into a SQL Server >temp table. 'ACCESSNOTES' is the name of the linked server in SQL 2005 >Express and 'NOTES' is the name of the table. > > > > > IF (object_id('tempdb..##tmpNotes','u') > 0) > DROP TABLE ##tmpNotes Than

Re: ISO SQL2005 Linked Server Tutorital or Example

2009-03-11 Thread Jeanmarie Richardson
>In this example, I copy the contents of an Access table into a SQL Server >temp table. 'ACCESSNOTES' is the name of the linked server in SQL 2005 >Express and 'NOTES' is the name of the table. > > > > > IF (object_id('tempdb..##tmpNotes','u') > 0) > DROP TABLE ##tmpNotes Than

Re: Java Training: moving from CF to Java

2009-03-11 Thread Jordan Michaels
> 2) Also I'm going to Barnes and Noble to find a good book. Does anyone have and > suggestions for a good book? I've been really enjoying my "Head-First Java" book. It teaches you Java in an interesting way and tries valiantly to make some pretty dry topics clear and entertaining. I'd rec

Re: ISO SQL2005 Linked Server Tutorital or Example

2009-03-11 Thread Jason Fisher
Jeanmarie, In Billy's example, if the Linked Server (which is a reference to the Access database) is called 'ACCESSNOTES', and if you want to make a SQL Server call to a table called 'NOTES' in that database, the FROM statement would look like this (note the extra "."s in there): FROM ACCESSN

Infusion mail server from Coolfusion

2009-03-11 Thread Jim Edlin
The Infusion mail server from Coolfusion uses a "phone home" license enforcement scheme - which is now a problem since their authentication server has gone 404 (as the whole company seems to be doing). Being unaware of that problem, we attempted to move Infusion to a new server (which required un

Re: Loop in Distinct loop with more then one column

2009-03-11 Thread Dominic Watson
No worries, welcome :) 2009/3/11 Sin Tec : > Im still a newbie to coldfusion and trying to make my way through it all as I > go so yeah my code doesnt have the best of structure. > > Your code below works great for what I am doing. Thank you. > > Also thank you for the class tip it will make it

Re: Append Arrays with Structures

2009-03-11 Thread Dominic Watson
All speculation (though I'm sure someone here knows the answer for sure) but: >It may not be due to the java link. I found a reference that says ArrayAppend >returned a boolean back in the days of CF >4.5. So it may just be a carry >over. This would suggest that it *would* be to do with the

RE: ISO SQL2005 Linked Server Tutorital or Example

2009-03-11 Thread Billy Cox
The datasource specified in the cfquery points to the SQL Server while the linked server setup on the SQL Server points to the Access database. Thus the ODBC driver is SQL Server. I retrieve the contents of the Access table to a SQL Server temp table because a later step in my process joins vario

Re: Append Arrays with Structures

2009-03-11 Thread Dave Watts
> Nowhere states that the function returns a boolean ;) But it is odd, > indeed, why return anything at all. I've done it myself in functions > and justified it with 'One day I may have some logic that returns > false and then the calling code that is checking for the boolean wont > break. CF fun

Re: Infusion mail server from Coolfusion

2009-03-11 Thread Wil Genovese
From the coolfusion website. "All of our commercial products may be trialed for 60 days simply by entering a serial number of "DEMO" during installation." Maybe this will get you by. Wil Genovese One man with courage makes a majority. -Andrew Jackson A fine is a tax for doing wrong. A ta

(ot) Managed Servers vs. Co-Lo Servers

2009-03-11 Thread Dave Hatz
I would like to get some feedback from the network gurus on this list. We are currently hosting our servers with a hosting company, but they are now offering us a Managed Server option. I would like to get feedback from others on this list on the pros and cons with Managed Servers vs. Co-Lo s

re: (ot) Managed Servers vs. Co-Lo Servers

2009-03-11 Thread Jason Fisher
In my experience, co-lo is the way to go for ColdFusion installations, simply due to the inexperience of many sysadmins in dealing with CF Admin and all the minor performance tweaks that we tend to become familiar with over time. One downside of co-lo, however, can sometimes be physical acces

Re: Infusion mail server from Coolfusion

2009-03-11 Thread Kris Jones
We're running iMS, and are not experiencing any problems. Their site appears to be up. http://www.coolfusion.com/products/ims/ -KJ > The Infusion mail server from Coolfusion uses a "phone home" license > enforcement scheme - which is now a problem since their authentication > server has gone 404

Re: Infusion mail server from Coolfusion

2009-03-11 Thread Kris Jones
You might want to try this: http://www.coolfusion.com/support/ Take a look at their "Moving A Software License Between Machines" form. -KJ ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Ge

Re: Infusion mail server from Coolfusion

2009-03-11 Thread Michael Dinowitz
I've installed a copy onto a new machine just recently and had no real problems with the demo time. I have not moved my license yet but will try it tonight to see if I can get it done. What version of the code did you try to install and what's failing? If it was a higher version than what I got to

Re: ISO SQL2005 Linked Server Tutorital or Example

2009-03-11 Thread Jeanmarie Richardson
Thanks all for your help! I feel like I am almost there. I am using four "." between the linked server name and the tablename but getting an error "Contains more than the maximum number of prefixes. Maximum is 3" .. I then dropped it to 3 "." and got an authentication error. I think I unde

Re: Append Arrays with Structures

2009-03-11 Thread C S
> >It may not be due to the java link. I found a reference that says > ArrayAppend returned a boolean back in the days of CF >4.5. So it may > just be a carry over. > > This would suggest that it *would* be to do with the java link; > ColdFusion 4.5 was written in C++ ;) > No, I just meant

RE: ISO SQL2005 Linked Server Tutorital or Example

2009-03-11 Thread Billy Cox
The authentication error is a separate issue. The dot syntax should be 3. When I set up my linked server connection to Access in SQL Server 2005, I set the remote login to 'Admin' with no password (Linked Server properties, security tab). If I recall correctly, that is a default login for an Acce

Re: ISO SQL2005 Linked Server Tutorital or Example

2009-03-11 Thread Jason Fisher
3 "." is correct. The authentication issue would probably be related to the Linked Server configuration (just a guess), but the fact that you even get an auth error seems to indicate that the 3 "." is getting you to an actual DB connection. Basically, not too generalize overly much, the dot n

Ok...not getting it...how can I loop over a session struct? Or should I even try?

2009-03-11 Thread Rick Faircloth
Am I trying to do the impossible? Let's say I want to have this: and the data I have is: Now I've got two pieces of a data in my struct. How can I loop over this struct and output the data? Or should I take a different approach to storing data and looping over it? The idea is to form a

Ok...not getting it...how can I loop over a session struct? Or should I even try?

2009-03-11 Thread Rick Faircloth
Am I trying to do the impossible? Let's say I want to have this: and the data I have is: Now I've got two pieces of a data in my struct. How can I loop over this struct and output the data? Or should I take a different approach to storing data and looping over it? The idea is to form a

RE: Ok...not getting it...how can I loop over a session struct? Or should I even try?

2009-03-11 Thread Josh Nathanson
It sounds like you might want to use an array for this rather than a struct. A struct is better if you are dealing with different properties of a single thing. What you have is multiple instances of the same thing, i.e. photo names. If you do want to use a structure, you can use the "collection

Re: Append Arrays with Structures

2009-03-11 Thread Dominic Watson
Ah, we are at cross wires! I was citing the java method as a possible reason for the function only ever returning true (or my suspicion that it never returns false, in response to Adrian's question) - not for it returning a boolean (which of course it does). Perhaps pre-6 it did sometimes return f

Re: Infusion mail server from Coolfusion

2009-03-11 Thread Michael Dinowitz
If anyone has problems getting a new install of iMS working, let me know. I'll try to walk you through On Wed, Mar 11, 2009 at 5:03 PM, Michael Dinowitz < mdino...@houseoffusion.com> wrote: > I've installed a copy onto a new machine just recently and had no real > problems with the demo time. I

Re: Ok...not getting it...how can I loop over a session struct? Or should I even try?

2009-03-11 Thread Dominic Watson
I am surprised your code does not return an error(?). StructAppend takes two structures and merges the second into the first. Also, in a case of horrid thread-dejavu, the StructAppend method returns a boolean (true for success, false otherwise) so to use it you would do something like: // rather

Re: Append Arrays with Structures

2009-03-11 Thread C S
> Ah, we are at cross wires! Well that makes a lot more sense. That is what I get for only reading half of the thread ... > Anyways, I wonder if the OP has found his solution yet ;) Wait .. there was an OP? ;-) ~| Adobe® C

Verity collections/vspider in a shared environment

2009-03-11 Thread Dan Baughman
So to use a verity search that searches a site through coldfusion I have always periodically updated the collection use a vspider -cmdfile command line script that runs against localhost. In a shared environment I can get them to run the script periodically but the useless vspider is licensed

RE: Java Training: moving from CF to Java

2009-03-11 Thread Jaime Metcher
Answering for myself, not for Dan: 1. Java is a squillion times faster than CF (OK, it's only about 200 times faster - might as well be a squillion) 2. That means it becomes feasible to create a truly cohesive OO domain model, which can be a lifesaver for large apps. 3. And once you have that dom

Re: Java Training: moving from CF to Java

2009-03-11 Thread James Holmes
2009/3/12 Jaime Metcher : > > Answering for myself, not for Dan: > > 1. Java is a squillion times faster than CF (OK, it's only about 200 times > faster - might as well be a squillion) I'd want to see some pretty solid benchmarks before I believed that the Java written by CF is 200 times slower t

Re: Append Arrays with Structures

2009-03-11 Thread James Holmes
*beats head on desk* mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ 2009/3/12 Priya Koya : > > Is this right? > > > > ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic rel

RE: Java Training: moving from CF to Java

2009-03-11 Thread Jaime Metcher
> > I'd want to see some pretty solid benchmarks before I > believed that the Java written by CF is 200 times slower than > the Java written by a random programmer. The 200 times difference comes from my own comparison of the same domain model implemented idiomatically in both ColdFusion/ColdS

Re: CF 8 developer/IPSec/VSClient Problem

2009-03-11 Thread Roger Dear
Dave, Adam, Brad - Thanks so much for your help. When I stop the ColdFusion 8.Net service my problem goes away. Your willingness to jump in and offer suggestions/solutions was invaluable! With great appreciation, Roger ~| Ado

CFDIV Navigation

2009-03-11 Thread Pranathi Reddy
Grid Code: Employer.cfm Test.cfm SELECT Salary FROM Department WHERE = '#url.EmployerID#' Now.. my concern I have to go back to the page where I should display only the Employergrid not the other stuff in Test.cfm. I tried with cflocation but it is not

Re: Verity collections/vspider in a shared environment

2009-03-11 Thread Dave Watts
> So to use a verity search that searches a site through coldfusion I have > always periodically updated the collection use a > > vspider -cmdfile > > command line script that runs against localhost. > > In a shared environment I can get them to run the script periodically but > the useless vspid

Re: CFDIV Navigation

2009-03-11 Thread Pranathi Reddy
Any Ideas.? > Grid Code: > Employer.cfm > > selectmode="edit" > query="Data" height="50"> > header="EmployerID" select="false" > headeralign="center" > headerbold="Yes"> > header="FirstName" > headeralign="center" > headerbold="Yes"> > header="LastName" > head