Also,this is only happening when the variables name ends in 'vars' if I do client.varsMySrch, no problem, but if I name it client.mySrchVars, the client variable is not getting written to our client storage table.....
charlie ----- Original Message ----- From: "Charlie Hanlon" <[EMAIL PROTECTED]> To: "CF-Talk" <[email protected]> Sent: Monday, March 13, 2006 12:52 PM Subject: migration to CFMX and client variables >I have a application that utilizizes a variable that I named > client.mySrchVars. This app has been running for about year on CF 4.5. > This past weekend we migrated CFMX 7 (yippee!)...... > > The problem, that client variable is no longer getting set. We created a > db > table to store client variables. After a few hours of frustration, I > changed the variable name to client.mySrchVar ---- without the > 's'......now, everything is groovy..... > > Was having the combination of letters 'vars' in my variables name causing > an > issue????, or do I need to dig deeper...... > > > thanks very much in advance if anyone can enlighten me as my already busy > monday is disappearing...... > > charlie > > Charlie Hanlon > Web Apps Developer > Food Service Enablers, Inc. > www.fsenablers.com > > The People. The Platform. The Products. > Make the Difference > > > ----- Original Message ----- > From: "Barney Boisvert" <[EMAIL PROTECTED]> > To: "CF-Talk" <[email protected]> > Sent: Thursday, March 09, 2006 12:05 PM > Subject: Re: Source Code Versioning with ColdFusion > > >> Your best bet is probably Subversion. It's designed to supercede CVS, >> and is better in pretty much every way. The only think you might run >> into is if your working directories (the personal copy of the code >> that you work on, before checking your mods into the central >> repository) is located on a remote server, such as a central dev >> server. The filesystem access of SVN is orders of magnitude higher >> than CVS, so if you have to have a remote working directory, CVS might >> be a better choice. However, you should go out of your way to avoid >> that scenario, if you ask me. >> >> VSS is another option, if you don't want concurrency. I've never used >> it, but from what I heard, I can't say I recommend it. >> >> cheers, >> barneyb >> >> On 3/9/06, Jagos, Allan <[EMAIL PROTECTED]> wrote: >>> I am researching source code versioning software for our team. >>> We are 4 ColdFusion developers using Dreamweaver and SQL mainly for our >>> development and currently do not use any code versioning software. >>> What would you recommend for us or what are you using and how is that >>> going? >>> Thanks for the feedback. >>> >>> >>> Allan M. Jagos >> >> -- >> Barney Boisvert >> [EMAIL PROTECTED] >> 360.319.6145 >> http://www.barneyb.com/ >> >> Got Gmail? I have 100 invites. >> >> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235229 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

