def search():
form = crud.search(db.dict_database)
return dict(form=form)
On Tue, Aug 9, 2011 at 2:36 PM, Massimo Di Pierro <
[email protected]> wrote:
> what does your controller look like?
>
> On Aug 9, 1:31 pm, Richard Vézina <[email protected]> wrote:
> > Here what I got in the HTML nav. displayed when I copy/paste/rename
> > generic.html for search.html for a given controller function...
> >
> > Search(<gluon.html.FORM object at 0x414eed0>, <gluon.dal.Rows object at
> > 0x4c49050>)
> > designrequestsessionresponsedb stats
> >
> > With the old generic.html I had the HTML rendered correctly with all the
> > input and check boxes and the dropbox for equals etc.
> >
> > Hope it helps
> >
> > Richard
> >
> > On Tue, Aug 9, 2011 at 2:27 PM, Massimo Di Pierro <
> >
> >
> >
> >
> >
> >
> >
> > [email protected]> wrote:
> > > can you show a code example and what is wrong with it?
> >
> > > On Aug 9, 1:21 pm, Richard <[email protected]> wrote:
> > > > Hello,
> >
> > > > Like in the title... I don't know if the issue have been reported
> > > > already.
> >
> > > > Richard
>