That explains the lack of error messages on the 0 ... Funny I missed that...

> 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/uns
>                               ubscribe.cfm?user=633.558.4




s. isaac dealey                972-490-6624

new epoch                      http://www.turnkey.to

lead architect, tapestry cms   http://products.turnkey.to

tapestry api is opensource     http://www.turnkey.to/tapi

certified advanced coldfusion 5 developer
http://www.macromedia.com/v1/handlers/index.cfm?ID=21816


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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