I have 2 objects :
Hobby
- Name
Person
- PersonName
- Hobbies (Reference to Hobby with relation 'Peer' ; multiple allowed)
In the Person BO form, for the reference attribute Hobbies i have selected 'List Box' in the 'Display as' section.
But when the form is displayed the Hobbies attribute never shows up. If i choose 'Table of Items' rather than List Box the attribute shows up. Same is the case with swap select and Tree.
What am i doing wrong? How can i get this working?