you kow what is was... it was the name of the function "add_option" - i have 
renamed to "add_new_option" and it works.

if someon could explain that one?? is it a reserved word?


> You don't really need the CFIF test, since CFOUTPUT will only render 
> if 
> there are records.  Simplify like the example below and see if it 
> still 
> gives you trouble.  If it does, then check that the add_option() 
> method 
> isn't erroring ...
> 
> <cfoutput query="getOptions">
> <cfset add_option(product_id=arguments.product_id, 
> product_option_title=product_option_title)>
> </cfoutput>
> 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325478
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to