On Thursday, November 10, 2011 12:25:09 PM UTC-5, Anthony wrote: > > > When you first call this function, there will be no form.create_form > because it's just generating the grid. When you click on the "Add" button, > it should call this same function, but with "new" as one of the URL args. > So, I guess you'd have to add an "if 'new' in request.args:" condition. >
Actually: if form.create_form: should work as well.

