Drop down menu does not have any entries
Posted: Sun Apr 24, 2011 2:20 pm
Hi, I am trying to use your framework to build a DB frontend.
I have a table called person, which contains persons, and another table called stip which sort of inherits from person.
I have created a fields.ini
also I have created a valuelist.ini
I can see the drop down menu, but I cannot see any entries. What's going wrong?
I have a table called person, which contains persons, and another table called stip which sort of inherits from person.
I have created a fields.ini
- Code: Select all
[ID_PERSON]
widget:type = select
vocabulary = person
also I have created a valuelist.ini
- Code: Select all
[person]
__sql__ = "SELECT id, firstname FROM person"
I can see the drop down menu, but I cannot see any entries. What's going wrong?