<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?


-- 
Scott Stewart
ColdFusion Developer

Office of Research Information Systems
Research &amp; Economic Development
University of North Carolina at Chapel Hill

Phone:(919)843-2408
Fax: (919)962-3600
Email: [EMAIL PROTECTED]



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:313859
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