[web2py] Re: Writable = False with Edit mode gives tampering with form's record_id error

2014-04-02 Thread Niphlod
always circumvented the "issue" with showid=False, but really don't know what happens with multiple pkeys or non integer ones. On Wednesday, April 2, 2014 9:04:17 PM UTC+2, Omi Chiba wrote: > > Right, Key have to be Writable. > > I ended up doing this my option 1 (Hide the value with CSS and dis

[web2py] Re: Writable = False with Edit mode gives tampering with form's record_id error

2014-04-02 Thread Omi Chiba
Right, Key have to be Writable. I ended up doing this my option 1 (Hide the value with CSS and display the value for the field separately using Custom Form very frustrated. On Wednesday, April 2, 2014 9:40:46 AM UTC-5, Niphlod wrote: > > I seem to recall that the same thing happens setting

[web2py] Re: Writable = False with Edit mode gives tampering with form's record_id error

2014-04-02 Thread Niphlod
I seem to recall that the same thing happens setting db.table.id.writable = False On Wednesday, April 2, 2014 4:07:38 PM UTC+2, Omi Chiba wrote: > > This is the error I got. The form looks fine by doing Writable = False > (See attachment) but None is set when it's submit. > >> user is tamperin

[web2py] Re: Writable = False with Edit mode gives tampering with form's record_id error

2014-04-02 Thread Omi Chiba
This is the error I got. The form looks fine by doing Writable = False (See attachment) but None is set when it's submit. > user is tampering with form's record_id: > {'EMTKSC': None, 'EMTKCD': None} != {'EMTKSC': 'J11', 'EMTKCD': 'J2620008'} > I also tried Writable = True, and Disable the dr