> Try this:
>
> <CFLOOP QUERY="GetValidId">
> <cfif isdefined("#evaluate('form.'&id)#")>

Um, no.  Essentially what you've told this to do is to see if there is a
variable with the name of the value of the evaluated variable that may or
may not exist.  The above code may work in some bizzare situations, but not
as a solution to the original question.

_______________________________________

Justin Scott :: [DtDNS Administrator]
http://www.dtdns.com


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to