Hello there,
Just a small note about the *select* widget.
When there is nothing in the table yet, I get an error:
Traceback (most recent call last):
File
"/home/jmonteiro/Devel/nightly_web2py/applications/cube2py/models/plugin_wiki.py",
line 536, in render_widget
return html.xml()
AttributeError: 'NoneType' object has no attribute 'xml'
If the table has anything the error goes away.
Another strange behaviour, the select widget has a clickable "id"
field that takes the user to
/cube2py/default/page/read/<table-name>/<id>
Is there a way to override this link?
Thanks!
Julio Monteiro