HI all,
I have a detachable model that I want to set as the model of a page so that it is properly detached. There used to be setModel(). But how should I do this now? I cannot use the superclass constructor because the detachable model can only be computed after construction of the page because it depends on an injected variable. Also, setDefaultModel() shows me a huge warning in the javadocs. Also, setModelImpl() cannot be accessed. What is the correct solution here? Cheers Erik
