I have a struct that adds and updates a shopping cart, and I get an 
error when updating the cart when their is more than one item. It is 
sending a comma delimeted list of the values to the structure for update 
and when it tries to display the values it is also comma delimeted and 
causes the errror. It is not updating the item based upon the identifier 
which in this case is "sysModelNum". If I have lets say model1 and model 
2 in the cart and hit the update button it will try to display model1 
and model2 in the same field. Can someone tell me what I may be doing 
wrong.




<CF_SIGNATURE
    NAME="Douglas L. Brown"
    EMAIL="[EMAIL PROTECTED]"
    PHONE="714.538.6611"
    WEB="http://www.carnivorepc.com";>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to