diff --git a/src/main/java/org/zkforge/zktodo2/Model.java b/src/main/java/org/zkforge/zktodo2/Model.java index e9a4d00..9cd5feb 100644 --- a/src/main/java/org/zkforge/zktodo2/Model.java +++ b/src/main/java/org/zkforge/zktodo2/Model.java @@ -13,6 +13,10 @@ * the system services and pushes entities into the Model. The Model therefore * holds the users conversational state with the system. * + * There may not be a one-to-one relationship between controllers and model + * so the model object is given spring-zk "desktop" scope so that any controllers + * within the same desktop will be given the same model object to update. + * * {@see supervisingcontroller.zul} * {@see org.zkforge.zktodo2.ui.Controller} */