On Thursday, November 10, 2011 12:42:49 PM UTC-5, Richard wrote: > > > "if 'new' in request.args:" works (allow to load the grid) but the "if > form.create_form:" not work alone or in conjunction with the former >
Yeah, looks like it would have to be something like "if hasattr(form, 'create_form'):".

