Re: Error Handling in Ajax Forms

2007-08-10 Thread francky06l
In you ajax submit you can update several div's, so you can have part updating the side bar (no error) or redraw your form. you can either have 2 "views" and you render the one appropriate to the case, of a single view with a conditional update: Hope that helps On Aug 10, 7:36 pm, "[EMAIL PROTEC

Error Handling in Ajax Forms

2007-08-10 Thread [EMAIL PROTECTED]
What I am trying to do is pretty simple, at least in theory. I have a bunch of product pages, and to add a product to your shopping cart, you must select a color for the product and a quantity. Then, when you hit 'add to cart', the form submits the data, and then updates a mini cart in the sidebar