I use the controller to do the link between the co...
# tornadofx
b
I use the controller to do the link between the connector (that query the service) and the UI. So I made a query model object that contains also the result (as a result is always attached to a specific query) and would like to run query.execute() from my fragment (that get passed the query model)