West Side Rentals

2010-07-11 Thread William Seiter

Hey,

Does anyone know who is the developer or involved with IT at Westside
Rentals in Los Angeles?

Contact me offline.  William [at] Seiter [dot] com

Thanks,
William


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:335239
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Coldfusion 8 vs 9 - cfc mapping differences?

2010-07-11 Thread John Pullam

Yeah, but .

Why did it work fine in CF8? (I'm not talking about the second example which 
was added, but my original posting.) 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:335240
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Coldfusion 8 vs 9 - cfc mapping differences?

2010-07-11 Thread Andrew Scott

John,

I am not sure what your problem is here, when doing any work like this
ColdFusion will try to look into the root of the website. Unless you specify
a mapping or have set something up in IIS or apache.

The code that you have shown to us will be trying to execute a cfc in the
root of the website called BSelects, are you 100% certain that you have no
other configuration difference between the 2 installations of ColdFusion?



-Original Message-
From: John Pullam [mailto:jpul...@mcleansystems.com] 
Sent: Sunday, 11 July 2010 12:40 AM
To: cf-talk
Subject: Coldfusion 8 vs 9 - cfc mapping differences?


I'm struggling a bit with running some previously operational applications
under CF9. It seems that most of my challenge comes from cfc invocation.
I've been browsing around trying to understand what has changed but haven't
come up with anything much.

I have my cfc's in the same folder as my normal templates. So I would expect
that the following code would be valid because BSelects is in the same
folder and getSessions is in the cfc. This worked in CF8. Is there something
new I'm missing? 

cfselect name=Session bind=cfc:BSelects.getSessions() bindonload=yes
/

CF says that the cfc BSelects could not be found. This should be simple but
I don't get it! 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:335241
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


ColdFusion Builder Key Commands

2010-07-11 Thread Matt Quackenbush

Okay, so I know how to edit the key combinations for existing commands.

Window  Preferences  General  Keys

But how can I create new commands?

It really boggles my mind that things like CTRL+Enter (insert br /) and
CTRL+Space (insert nbsp;) are missing from CFBuilder.  I actually
(obviously wrongly) thought they were built into Eclipse, but I guess that
was a CFEclipse thing.

Thanks in advance.  :-)


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:335242
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: ColdFusion Builder Key Commands

2010-07-11 Thread Dave Watts

 It really boggles my mind that things like CTRL+Enter (insert br /) and
 CTRL+Space (insert nbsp;) are missing from CFBuilder.  I actually
 (obviously wrongly) thought they were built into Eclipse, but I guess that
 was a CFEclipse thing.

Eclipse is not an HTML editor. Any HTML stuff is going to come from plugins.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:335243
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm