Well, I don't have the original code you posted, but you are opening a TR and then your CFOUTPUT, but you close the CFOUTPUT before the TR. That shouldn't cause your problem, but it should be fixed ;-)
Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] --------------------------------------------------------- Macromedia Associate Partner www.macromedia.com --------------------------------------------------------- Vancouver Island ColdFusion Users Group Founder & Director www.cfug-vancouverisland.com ----- Original Message ----- From: "Keith Taylor" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, October 21, 2002 10:24 AM Subject: Long form and variable names? > Thank you Patti and Randell. Sometimes the most obvious things escape us. I fixed the 'submit' button and that made it work. However, I am still having the problem with passing the data and posting it. On the action page, I reference the ordered items as follows: > > <tr> <cfoutput> > <td width="106"><font size="1" face="Verdana, Arial, Helvetica, sans-serif">#form.orderedID#</font></td> > <td width="246"><font size="1" face="Verdana, Arial, Helvetica, sans-serif">#form.ordereddesc#</font></td> > <td width="107"><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><strong>#form.quantity#</strong></font></td> > </tr></cfoutput> > > Nothing appears on the page, though, and when I view the page source, it is showing every single product! Not just the ones for which an order was placed in the quantity field. Shouldn't it only show the ones where quantity had a value? > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm

