Hi all When trying to bind my cfselect in my html form 

I get this error:  Bind failed for select box SECTORS1 bind value is not a 2D 
array or valid serialized query 
 
<td>Sector:<cfselect class="input" name="SECTORS1"  size="1" 
label="Sector" required="yes" bind="{UsersGrid.SECTORS1}">
<option></option><cfoutput query="industries"><option 
value="#SECTORSIDS#">#SECTORSNOM#</option></cfoutput> 
</cfselect>   </td> Why is this happening? Cheers, Karl                         
                  

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

Reply via email to