A follow up to my prior post/question/problem

 

On my staging server I opened the custom tag ValidateInput.cfm and added  /> to the unpaired CFCASE tag:

<cfcase value="integer" />

 

Now when running loginform.cfm I get this error.  It must have something to do with a difference in my staging server environment than my dev server. The same files do not produce an error here.

 

What information do I need to gather to help my find the cause and solution for this problem?

 

 

 

Context validation error for tag cfswitch.

 

The start tag must have a matching end tag. An explicit end tag can be provided by adding </cfswitch>. If the body of the tag is empty you can use the shortcut <cfswitch .../>.

 

 

The error occurred in C:\websites\bccdev\customtags\ValidateInput.cfm: line 67

65 :           
66 :           <!--- Perform validation of type --->
67 :           <cfswitch _expression_="#ListFirst(Application.Formatting.GetDataType(Attributes.validationType), '(),')#">
68 :           
69 :                   <!--- Numeric --->

 

 

 

Thanks,

 

Dan Kaufman

 

 

 

An Elephant Never Forgets

[EMAIL PROTECTED]

 

Reply via email to