I have an issue with my UI updating when using a v...
# tornadofx
j
I have an issue with my UI updating when using a viewmodel. Say I have two viewmodels, one is a viewmodel for each submittal and the other viewmodel is for all submittals per project. I can update the submittal viewmodel and the changes are shown but yet my viewmodel for all submittals doesn't update. Is there any specific example code I might look at to understand why this doesn't work?