instead of this

                       <cfindex
                               action="update"
                               collection="my_collection"
                               type="custom"
                               key="#key#"
                               title="#title#"
                               urlPath=""
                               body="#variables# #other_variables#"
                               category ="#category_name#"
                               custom1 = "#date_created#"
                               custom2 = "#user_url#"
                               custom3 = ""
                               custom4 = ""
                       >

do this?

<cfset args = {
 action: "update",
 collection: "my_collection",
 type:"custom",
 key:"#key#",
 title:"#title#",
 urlPath:"",
 body:"#variables# #other_variables#",
 category :"#category_name#",
 custommap:{
 user_url:"#user_url#"
 }
}>

-- 
online documentation: http://openbd.org/manual/
   google+ hints/tips: https://plus.google.com/115990347459711259462
     http://groups.google.com/group/openbd?hl=en

Reply via email to