[web2py] Re: error in admin: _read function missing

2010-11-11 Thread Seeker
Hi Massimo, The problem in appadmin still persists. Thanks. On Nov 6, 4:34 am, mdipierro wrote: > fixed. please check it. > > On Nov 5, 8:27 am, Seeker wrote: > > > > > Sorry, that was a bit cryptic. > > > - Generate a test app with the wizard (with a few test tables). > > - Click on the '...

[web2py] Re: error in admin: _read function missing

2010-11-05 Thread mdipierro
fixed. please check it. On Nov 5, 8:27 am, Seeker wrote: > Sorry, that was a bit cryptic. > > - Generate a test app with the wizard (with a few test tables). > - Click on the '... Select' menu item for one of the tables. > - Click the 'view' link for one of the records. > - Click the 'edit ...' l

[web2py] Re: error in admin: _read function missing

2010-11-05 Thread Seeker
ACTUALLY ... I am have just confused myself with another error I logged earlier. the description above refers to 'Error in wizard generated scaffold?' THIS error is in the normal appadmin section (http://127.0.0.1:8000/ test/appadmin/select/...). Clicking on the 'View' link causes an error: Inval

[web2py] Re: error in admin: _read function missing

2010-11-05 Thread mdipierro
I understand. Will fix it. On Nov 5, 8:27 am, Seeker wrote: > Sorry, that was a bit cryptic. > > - Generate a test app with the wizard (with a few test tables). > - Click on the '... Select' menu item for one of the tables. > - Click the 'view' link for one of the records. > - Click the 'edit ...

[web2py] Re: error in admin: _read function missing

2010-11-05 Thread Seeker
Sorry, that was a bit cryptic. - Generate a test app with the wizard (with a few test tables). - Click on the '... Select' menu item for one of the tables. - Click the 'view' link for one of the records. - Click the 'edit ...' link for the record. - Tick the 'delete'check box and submit. - Error:

[web2py] Re: error in admin: _read function missing

2010-11-05 Thread mdipierro
I do not understand where to click. On Nov 5, 2:14 am, Seeker wrote: > Hi, > > In trunk: > Clicking on 'view' link on the select page complains of an invalid > function ... > > Thanks.