That might be related to SecondLevelCacheSessionStore, what exact
wicket version are you using?

-Matej

On Jan 6, 2008 8:42 PM, Edvin Syse <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have a WebPage which defines a private variable, and then a Model that 
> wraps the variable. I then pass this variable around to other
> webpages in their constructor. In one particular page where I open a 
> ModalWindow and manipulate data in the modelobject, it seems that a
> copy is beeing made of my object, and hence my changes to it is lost. (I do a 
> println(object) before I close the modalwindow and then again
> in the onClose method of the window's WindowClosedCallback, and then I see 
> that it is another object).
>
> The really annoying thing is that this only happens about 20% percent of the 
> time.. arghfl.
>
> What could cause this behaviour? I think it is a fundamental thing I'm not 
> seeing.
>
> -- Edvin
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to