Have you got multiple CFCASES with the same value ?

-----Original Message-----
From: Orlini, Robert [mailto:rorl...@hwwilson.com] 
Sent: 11 January 2011 19:19
To: cf-talk
Subject: Re: compare using cfcase


Thanks Russ,

That gives me an error (below) when I tried <cfcase value = "0,1"> to check
whether String 1 is equal to or greater than String 2

"Context validation error for tag CFCASE.
The CFSWITCH has a duplicate CFCASE for value "1.0".
ColdFusion cannot determine the line of the template that caused this error.
This is often caused by an error in the exception handling subsystem. " 

RO

-----Original Message-----
From: "Russ Michaels" <r...@michaels.me.uk>
Sent: Tuesday, January 11, 2011 2:13pm
To: "cf-talk" <cf-talk@houseoffusion.com>
Subject: Re: compare using cfcase


you mean CFCASE not CFACASE :-)

to condition multiple values use a list

<cfcase value="1,2,3">


Russ Michaels

www.bluethunderinternet.com  : Business hosting services & solutions
www.cfmldeveloper.com        : ColdFusion developer community
www.michaels.me.uk           : my blog
www.cfsearch.com             : ColdFusion search engine
**
*skype me*                     : russmichaels






~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:340631
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to