You're right, using a panel as modal window's content is a little bit better. The session grows slower but it grows infinitely. Setting setVersioned to false did not make any difference. Any other idea?
Stefan -----Ursprüngliche Nachricht----- Von: Martin Grigorov [mailto:[email protected]] Gesendet: Freitag, 25. Februar 2011 10:55 An: [email protected] Betreff: Re: Session size with ModalWindow I have experienced memory problems before with Page backed ModalWindow, so I'd recommend Panel backed. About versioning see Component.setVersioned(false). On Fri, Feb 25, 2011 at 11:45 AM, Stefan Lindner <[email protected]>wrote: > We have a modal window (not matter Panel oder Page as content) which > holds a lot of AjaxLinks. Each time an AjaxLink is clicked the session > grows. Is there a way to suppress the versioning of the session and > page? It's the PageMap that is growing. > > The ModalWindow does not hold any explicit reference to a page oder > another component on the page. > > Stefan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
