<@U31EMAHFU> You have another issue in your code: ...
# tornadofx
e
@borboss You have another issue in your code: You inject the
OccupationModel
but it doesn't have a noargs constructor, so that won't work. Injectable objects need to be have a noargs constructor. You can however inject other properties into them if you need to.