Dan, You have removed almost all of the code from within your ValidateInput custom tag -- that's why it doesn't work anymore.
As I have begged and pleaded with you many times so far, *PLEASE* institute a source code control application -- preferrably Visual SourceSafe from Microsoft. Source code control is a necessary tool for every programmer so that you can discover, eliminate, and recover from such problems on your own. It's what we used to discover your problem in about eight seconds. Please don't take this the wrong way, but we simply can't afford to support developers free of charge with such intensity when they won't support themselves with tools that are necessary to the trade. This is unfair to us as the ones who foot the support bill, and it's unfair to others on this list who are inundated with unnecessary problem posts. Note the word "unnecessary"; we are more than happy to support bona fide problems with using Plum as it is supported, and when developers are taking the necessary steps using the necessary tools to try to solve their own problems. Respectfully, Adam Phillip Churvis Member of Team Macromedia http://www.ProductivityEnhancement.com Download Plum and other cool development tools, and get advanced intensive Master-level training: * C# & ASP.NET for ColdFusion Developers * ColdFusion MX Master Class * Advanced Development with CFMX and SQL Server 2000 ----- Original Message ----- From: "Adam Churvis" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Friday, May 20, 2005 1:46 PM Subject: Re: [plum] Context validation error for tag cfcase > Dan, > > Please follow my instructions *EXACTLY* without doing "something that's just > like it" or "the exact equivalent" or anything different in any way from > exactly what I'm instructing you to do: > > 1) FTP back down to your machine the custom tag from the server that is > throwing the exception. Be very mindful of the exact location to which you > FTP'ed it on your machine. > > 2) Do *NOT* open this tag. > > 3) Email this tag as an attachment to [EMAIL PROTECTED] > > Respectfully, > > Adam Phillip Churvis > Member of Team Macromedia > http://www.ProductivityEnhancement.com > > Download Plum and other cool development tools, > and get advanced intensive Master-level training: > > * C# & ASP.NET for ColdFusion Developers > * ColdFusion MX Master Class > * Advanced Development with CFMX and SQL Server 2000 > > ----- Original Message ----- > From: "Dan" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Friday, May 20, 2005 10:19 AM > Subject: [plum] Context validation error for tag cfcase > > > I have moved my Plum project "BCC" from my localhost dev server to my remote > staging server. > > > > I am getting the following error when running /login/loginform.cfm > > > > > > Context validation error for tag cfcase. > > > > The start tag must have a matching end tag. An explicit end tag can be > provided by adding </cfcase>. If the body of the tag is empty you can use > the shortcut <cfcase .../>. > > > > > > > > The error occurred in C:\websites\bccdev\customtags\ValidateInput.cfm: line > 79 > > > 77 : > 78 : <!--- Integer ---> > 79 : <cfcase value="integer"> > > > > > > Does anyone know what could be different in my staging server environment > that might be causing this error? Believe me, I have not opened the file > ValidateInput.cfm, so I'm confident this error is not a result of my messing > with the Plum framework. > > > > > > Thanks, > > > > > > > > > > Dan Kaufman > > > > > > > > An Elephant Never Forgets > > [EMAIL PROTECTED] > > > > > > ********************************************************************** > You can subscribe to and unsubscribe from lists, and you can change > your subscriptions between normal and digest modes here: > > http://www.productivityenhancement.com/support/DiscussionListsForm.cfm > ********************************************************************** > ********************************************************************** You can subscribe to and unsubscribe from lists, and you can change your subscriptions between normal and digest modes here: http://www.productivityenhancement.com/support/DiscussionListsForm.cfm **********************************************************************
