<cfif structkeyexists(form, 'MGMT_HEADER_' & i)>

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/



Scott Stewart wrote:
> <cfloop index="Counter" from="#i#" to="#structCount(session.eformadmin)#">
>     <cfif #form["MGMT_HEADER_"&i]# is not "">
>     <cfset headerId = #form["MGMT_HEADER_"&i]#/>
>     <cfelse>
>     </cfif>   
>     <cfset i = i+1/>
> </cfloop>
>
>
> Hey all,
>
> the above code returns the error  "Element MGMT_HEADER_2 is undefined in 
> a Java object of type class coldfusion.filter.FormScope."
>
> How would I code the "IsDefined" for this?
>
>
>   

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313860
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to