I am trying to do dynamic valuelists to show a list of people related to
an organization (advisory board in my client’s lingo), so that when the
user chooses the appropriate board, only the connected people are
listed in the combobox.
The form is based on a table several joins away from the table used for the
valuelist, but the links are all working well from what I can see, as evidenced
by the fact that the names are shown in the form when the field is set to
text_field or type_ahead (although type_ahead doesn’t actually work,
probably due to what ever is causing this problem)
The numbers shown to the right of the fields are the person_ids, the text is
the retrieved fields via the valuelist. In the shown case, the same person is
in both fields and her name should show up on the combobox (labeled Coordinator)
as it does in the text field directly above (labeled Primary Advisor).
Has anyone else seen this behavior or have a workaround?
(win2k, Servoy 2.1.1 (bld 313) java 1.4.2_04)
No errors are seen in the log file.
i need to see the solution for this. There could be an error in in numerous things (wrong valuelist, wrong relation ect)
Johan,
I will pull a subset to send you.. Your line of thinking was mine
as well and I spent a lot of time pursuing it. In my mind, the fact
that the name is showing correctly in non-combobox fields would
seem to point elsewhere, right?