Re: WORepetition and Cart Functionality

2009-02-20 Thread Neil MacLennan
It's in the yellow book? Well, so it is! I must pay more attention to the stuff that I read. I think that the butler did it in the end. Neil On 20 Feb 2009, at 01:28, Chuck Hill wrote: The problem is that in takeValuesFromRequest, WORepetition throws an NSArray ArrayOutOfBounds Exception be

Re: WORepetition and Cart Functionality

2009-02-19 Thread Chuck Hill
On Feb 19, 2009, at 4:27 PM, Neil MacLennan wrote: Hi there, In what I imagine to be a common scenario, I have a WORepetition wrapping products in a shopping cart and displaying them. A user can alter the quantity of a given product including setting that quantity to zero == delete this p

WORepetition and Cart Functionality

2009-02-19 Thread Neil MacLennan
Hi there, In what I imagine to be a common scenario, I have a WORepetition wrapping products in a shopping cart and displaying them. A user can alter the quantity of a given product including setting that quantity to zero == delete this product from my cart. In my component java file, I look