You need to wrap the expressions inside of your loop with a CFOUTPUT...

Jeff
----- Original Message -----
From: "Robert Orlini" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, July 01, 2003 10:37 AM
Subject: Not displaying


I am currently working on a simple shopping cart for our book orders. I have
update fields for each book for any changes to quantity a customer may want
to make. Clicking Update takes them to the update.cfm page which displays
the new qty and price (using sessions). However, the update page does not
display the table with the revised qty, etc. Any ideas please?

Here is the page which should display the ordered books::

<CFParam name="product" default="0">

<CFIF isDefined('form.update.x')>
<CFLOOP index="i" from="1" to="3">
#session.cart[i][0]#
#session.cart[i][1]#
</CFLOOP>

</CFIF>

Robert Orlini
HW Wilson
718-588-8400 x2656
���


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to