I have a template that is causing me errors, not to mention frustraton!
Here is the code:
<CFSwitch expression="action">
<Cfcase value="modify">
<cfinclude template="modify.cfm>
</cfcase>
...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_21292227...
Hi there,
ihave the following escenario
a table with user names and passwords among some other stuff, but when i get to the rights field i got soemthing like this:
Rights
A01,A02,B01,B03,C02,C...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_21584842...
I hope I can explain this adequately. Basically I am trying to incorporate a custom tag/cfc into my code. The snippets below show the base tag and a test page that it works fine on.
What I have ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Cold_Fusion_Markup...
Is there a way to stop a loop or the cfswitch once a value is found that is not the cfdefaultcase? I am looping over a list delimited by the | bar and want to try and match the values in the list ...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_21532498...
Hi- I have been adding <cfswitch><cfcase> tags to my index page on a simple site. Suddenly I started getting the error, Duplicate CFCASE values are not allowed. But I don't have duplicate case val...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_21764186.html
Here's a pretty difficult question involving mostly javascript and some coldfusion. Got myself in a bind here.
I want to add the choice for two types of input on a submission form of mine throu...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20904107.html