Dumb question and even though I have rtmed I cannot seem to find what I am 
sure is right in front of me.

I have a form that sends back data ordered by table name and I want to do 
something like 

validate_and_insert(**request.vars)

That being said, this doesnt work....


Locals:
eld : <pydal.objects.Field object>
fields : {'bank_name_address': 'd', 'client': '9', 'contents': '1141', 
'date_surrender_or_trans': '1', 'id': '', 'kind': 'Storage Locker', 
'others_with_access': 'dte'}
name : 'contents'
new_fields : {'bank_name_address': (<pydal.objects.Field object>, 'd'), 
'client': (<pydal.objects.Field object>, '9'), 'date_surrender_or_trans': 
(<pydal.objects.Field object>, '1'), 'id': (<pydal.objects.Field object>, 
''), 'kind': (<pydal.objects.Field object>, 'Storage Locker')}
self : <Table storage_lockers 
(id,client,kind,others_wi...ntents_5,date_surrender_or_trans,content_string)>
update : False
value : ''

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to