Re: handling form errors in separate app

2008-05-13 Thread Alex Morega
On May 13, 2008, at 01:00 , Mike Chambers wrote: > > I am working on a simple comment app that is meant to be generic and > reusable. Everything is going well, but the one thing I am having a > problem with is how to handle comment submissions that dont validate. > > For a normal form post, I wo

handling form errors in separate app

2008-05-12 Thread Mike Chambers
I am working on a simple comment app that is meant to be generic and reusable. Everything is going well, but the one thing I am having a problem with is how to handle comment submissions that dont validate. For a normal form post, I would just validate the Form in the view, and then render the