Hi!!!

1°)
When I try to use 

"A page with an update form example", the console show:

ERROR:root:Traceback (most recent call last):
  File 
"/home/jalbornoz/py4web-env/lib64/python3.7/site-packages/py4web/core.py", 
line 461, in wrapper
    ret = func(*func_args, **func_kwargs)
  File 
"/home/jalbornoz/py4web-env/lib64/python3.7/site-packages/py4web/core.py", 
line 427, in wrapper
    ret = func(*args, **kwargs)
  File "/home/jalbornoz/apps/examples/__init__.py", line 33, in example_form
    form = Form(db.person, id, deletable=False, formstyle=FormStyleBulma)
  File 
"/home/jalbornoz/py4web-env/lib64/python3.7/site-packages/py4web/utils/form.py",
 
line 184, in __init__
    (value, error) = field.validate(value)
TypeError: validate() missing 1 required positional argument: 'record_id'

id= 42

2°) The dashboard don't let to edit row on table or create a new row.





-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/26b96605-2f4d-47c4-b431-20eb64b9643a%40googlegroups.com.

Reply via email to