Hi all. I have run into a problem that I can't qui...
# tornadofx
b
Hi all. I have run into a problem that I can't quite understand. I have a created an employee wizard. One of the pages has a form that can have 1 or more possible roles for a new employee. The roles are in an auto-completeable combobox<String>. There is a button that fires an event that will add a field to the form holding a new auto-completeable combobox for an additional role. when I attempt to select a role from the new combobox, I receive a NPE . Has anyone encountered this issue? here is a snippet of the code.