I think that the issue has something to do with the fact that WindowClosedCallBack is a Behavior, and in the wicket.Behavior I find the note: * <p> * You also cannot modify a components model with a behavior. * </p>
I am not modifying the model of the window through the windowClosedCallBack, but does this note also mean that I cannot expect the behavior to hold a reference to an updated model of the component (my modal window) ? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ModalWindow-setWindowClosedCallback-has-access-to-old-model-or-change-to-modal-window-s-model-goes-a-tp4657672p4657679.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
