Hi All, If instance variables are defined in a subclass of WebPage, would they be thread-safe? For convenience, we're passing a reference to the parent page to it's child components. We are seeing these instance variables overwritten by other users and then those changes are reflected in the original user's session. Is it incorrect to define any instance variables in a WebPage?
Thanks Prabhu -- View this message in context: http://www.nabble.com/Instance-Variables-in-Web-Page-of-Wicket-Portlet-tp19151581p19151581.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
