Candice,

I think the problem is you're passing the Doc_Id value in two places: 

  In the URL here
  <cfform action="../docs/docActionLog.cfm?#CGI.QUERY_STRING#">

  and again in a hidden form field
  <input type="hidden" name="DocID" value="#DocID#">

That's why the DocID value is "16,16" instead of just "16". Try removing 
#CGI.QUERY_STRING# from the form action:

   <cfform action="../docs/docActionLog.cfm?">

Janet 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290999
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