is 'pageID' as found in key="pageID" a variable? If so, it should be #pageID#, same with PageText and PageDescription found in the body tag
Here's a copy of an index update that works for me. <cfindex action="update" collection="new_ads" type="custom" key="#CID#" title="#index_ad_core.title#" URLpath="#index_ad_core.thumbnail_url#/ xs_#index_ad_core.thumbnail_file#" body="#index_ad_description.description#, #index_ad_core.summary_a#, #index_ad_core.summary_b#, #index_ad_core.summary_c#, #index_ad_core.price#, #index_ad_core.currency#, #index_address_lookup.city#, #index_address_lookup.state#, #index_address_lookup.country#" category ="#index_category_lookup.category_name#" custom1 = "#index_ad_core.created#" custom2 = "#index_ad_core.price#" custom3 = "#index_zip_lookup.postal#" custom4 = "#index_address_lookup.city#, #index_address_lookup.state# - posted by #user_name#" > -- tag/function ref: http://www.openbluedragon.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en Get to Texas in Feb for OpenCFSummit http://www.opencfsummit.org/
