Thanks very much for that explanation.  I had this in update.cfm:
<cfset session.cart[#id#].quantity = #value#>

And, I have an application.cfc file that calls my template.

I now have this in my update.cfm file so that the template is not
shoved into that div anymore:

<cfset request.useTemplate = false/>
<cfset session.cart[#id#].quantity = #value#>
#value#

However, instead of the new #value# showing up in the div, I just get
the indicator image spinning and spinning...

Reply via email to