LoadableDetachableModel « wicket « Java Enterprise Q&A





1. Wicket LoadableDetachableModel update problem    stackoverflow.com

I 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(); ...