[web2py] Re: Problem with .smartgrid on tables with links

2012-01-26 Thread Massimo Di Pierro
please check trunk again. On Jan 26, 12:34 pm, Jim Steil j...@qlf.com wrote: Thanks Carlos - not just me then... On 1/26/2012 12:31 PM, Carlos wrote: Hi, I am not using smartgrid, and I am using regular tables (with the 'id' field), and I still get the same error (as described in

Re: [web2py] Re: Problem with .smartgrid on tables with links

2012-01-26 Thread Jim Steil
That fixed it. Thanks Massimo! -Jim On 1/26/2012 12:55 PM, Massimo Di Pierro wrote: please check trunk again. On Jan 26, 12:34 pm, Jim Steilj...@qlf.com wrote: Thanks Carlos - not just me then... On 1/26/2012 12:31 PM, Carlos wrote: Hi, I am not using smartgrid, and I am using

Re: [web2py] Re: Problem with .smartgrid on tables with links

2012-01-24 Thread rochacbruno
I just got the same error type 'exceptions.KeyError' '_id' Traceback (most recent call last): File /home/bruce/projects/web2py/gluon/restricted.py, line 204, in restricted exec ccode in environment File /home/bruce/projects/web2py/applications/demo/controllers/appadmin.py

Re: [web2py] Re: Problem with .smartgrid on tables with links

2012-01-24 Thread Bruno Rocha
*I forgot to mention that the error was in /default/user/profile action* On Wed, Jan 25, 2012 at 4:51 AM, rochacbruno rochacbr...@gmail.com wrote: I just got the same error type 'exceptions.KeyError' '_id' Traceback (most recent call last ): File

[web2py] Re: Problem with .smartgrid on tables with links

2012-01-20 Thread Massimo Di Pierro
can you check if trunk fixed it? On Jan 19, 10:45 am, Jim Steil j...@qlf.com wrote: Hi Just updated to the latest trunk this morning and now my smartgrids aren't working where the table being used has links. Here is what I'm getting: Traceback(most recent call last):    

Re: [web2py] Re: Problem with .smartgrid on tables with links

2012-01-20 Thread Jim Steil
Massimo I think I'm having trouble getting the latest from the trunk. Here is what I'm seeing when I do a pull and then update: I don't know enough about mercurial to know why this is. I'm going to do a fresh install from trunk and see what happens. -Jim On 1/20/2012 12:19 PM,

Re: [web2py] Re: Problem with .smartgrid on tables with links

2012-01-20 Thread Jim Steil
Massimo Just did a fresh - hg clone https://code.google.com/p/web2py ...added my app to that installation and am seeing the same traceback I was getting yesterday. Traceback(most recent call last): FileC:\Deleteme\web2py\gluon\restricted.py,line204,inrestricted execccodeinenvironment

[web2py] Re: Problem with .smartgrid on tables with links

2012-01-19 Thread Massimo Di Pierro
Do the tables have id fields called other than id? On Jan 19, 10:45 am, Jim Steil j...@qlf.com wrote: Hi Just updated to the latest trunk this morning and now my smartgrids aren't working where the table being used has links. Here is what I'm getting: Traceback(most recent call last):    

Re: [web2py] Re: Problem with .smartgrid on tables with links

2012-01-19 Thread Jim Steil
Yes, my tables are all similar to this: assetType = db.define_table('assetType', Field('assetTypeId', 'id'), Field('name', length=50, required=True, unique=True), format='%(name)s') -Jim On 1/19/2012 11:34 AM, Massimo Di Pierro wrote: Do the tables

[web2py] Re: Problem with .smartgrid on tables with links

2012-01-19 Thread Massimo Di Pierro
Now I know where to look for the fix. :-) On Jan 19, 12:58 pm, Jim Steil j...@qlf.com wrote: Yes, my tables are all similar to this: assetType = db.define_table('assetType',              Field('assetTypeId', 'id'),              Field('name', length=50, required=True, unique=True),