1. Wicket LoadableDetachableModel update problem stackoverflow.comI have 3 LoadableDetachableModels. In their load method I am calling global variable (of the same class). In two cases, models are working just fine (method testModel1(); and testModel3();). BUT! In testModel2(); ... |