Right already thought of that. Unfortunately that is not an option with the ISP.
Looks like search and replace it is. Thanks Nando --- Douglas Knudsen <[EMAIL PROTECTED]> wrote: > perhaps you can setup different websites for each version? I recently > did this. Have two developers, one on foo.com:900 the other on > foo.com:999 with the staging version on foo.com:800. You can even > setup seperate instances of CF to support what you need too. Assuming > you own the server of course. > > Doug > > > On Sat, 25 Sep 2004 21:45:28 +0200, Nando <[EMAIL PROTECTED]> wrote: > > Hmmm ... to help mitigate that i've made sure to name my mapping uniquely > > within the app, so i don't replace anything (variables) i shouldn't be > > replacing. I do a few tentitive finds in key areas of the app just to make > > sure, and then go for it. It takes a little time and a certain presence of > > mind to accomplish, but it hasn't been too bad. The good news is that any > > errors that do result if you botch the search and replace are pretty > > obvious. And it's the first thing you've gotta do, so you can always wipe an > > attempt and start over if something goes really wrong without losing too > > much time. > > > > :) nando > > > > > > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Behalf Of Jim Mattson > > Sent: Saturday, September 25, 2004 4:48 PM > > To: [EMAIL PROTECTED] > > Subject: Re: [CFCDev] Dynamic Return Type and CF Mapping > > > > That kinda blows ... The search replace between each environment is > > changing code. That is prone to error ... bummer > > > > On Sat, 25 Sep 2004 16:07:14 +0200, Nando <[EMAIL PROTECTED]> wrote: > > > As i recall, you can't do that. Return types need to be hard coded. > > > > > > I've settled into a search and replace routine for this. > > > > > > > > > > > > -----Original Message----- > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > > Behalf Of Jim Mattson > > > Sent: Saturday, September 25, 2004 3:29 PM > > > To: [EMAIL PROTECTED] > > > Subject: [CFCDev] Dynamic Return Type and CF Mapping > > > > > > Hi, > > > > > > I'm sure this has been discussed before but I have not been able to > > > find an answer in the archives. The application I am building will be > > > in a shared environment. We have set up different CF Mappings for > > > different versions of the application. I would like to make the > > > invocation, return type, and cfargument types dynamic based on the CF > > > mapping, so all I need to change is the global cf mapping between > > > versions. > > > > > > If I embed a variable in the returnType parameter of the CFFunction > > > tag, I get the following error: > > > > > > Attribute validation error for tag CFFUNCTION. > > > The value of the attribute RETURNTYPE is invalid. > > > > > > Example cffunction: > > > <cffunction name="doLogin" > > > returntype="#request.global.comMapping#.domainname.valueObject.LoginResp" > > > output="No"> > > > > > > I am assuming that the reason this is failing is due to compile-time > > > versus runtime execution. > > > > > > Can the dynamic invocation, return type, and argument type be achieved > > > with a cf mapping in this manner? > > > > > > Thanks, > > > > > > Jim M. > > > ---------------------------------------------------------- > > > You are subscribed to cfcdev. To unsubscribe, send an email > > > to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' > > > in the message of the email. > > > > > > CFCDev is run by CFCZone (www.cfczone.org) and supported > > > by Mindtool, Corporation (www.mindtool.com). > > > > > > An archive of the CFCDev list is available at > > > www.mail-archive.com/[EMAIL PROTECTED] > > > > > > ---------------------------------------------------------- > > > You are subscribed to cfcdev. To unsubscribe, send an email > > > to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' > > > in the message of the email. > > > > > > CFCDev is run by CFCZone (www.cfczone.org) and supported > > > by Mindtool, Corporation (www.mindtool.com). > > > > > > An archive of the CFCDev list is available at > > www.mail-archive.com/[EMAIL PROTECTED] > > > > > ---------------------------------------------------------- > > You are subscribed to cfcdev. To unsubscribe, send an email > > to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' > > in the message of the email. > > > > CFCDev is run by CFCZone (www.cfczone.org) and supported > > by Mindtool, Corporation (www.mindtool.com). > > > > An archive of the CFCDev list is available at > > www.mail-archive.com/[EMAIL PROTECTED] > > > > > > > > > > ---------------------------------------------------------- > > You are subscribed to cfcdev. To unsubscribe, send an email > > to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' > > in the message of the email. > > > > CFCDev is run by CFCZone (www.cfczone.org) and supported > > by Mindtool, Corporation (www.mindtool.com). > > > > An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL > > PROTECTED] > > > > > > -- > Douglas Knudsen > http://www.cubicleman.com > this is my signature, like it? > ---------------------------------------------------------- > You are subscribed to cfcdev. To unsubscribe, send an email > to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' > in the message of the email. > > CFCDev is run by CFCZone (www.cfczone.org) and supported > by Mindtool, Corporation (www.mindtool.com). > > An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED] > __________________________________ Do you Yahoo!? Yahoo! Mail is new and improved - Check it out! http://promotions.yahoo.com/new_mail ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
