Drop down menu does not have any entries

Archived from the Xataface Users forum.

johannes — 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

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?


shannah — Sun Apr 24, 2011 2:38 pm

valuelist.ini should be valuelists.ini

-Steve