hi, each page with all its components is being serialized and stored somewhere (session, disk) at the end of a request. This is needed to be able to support stateful pages and to be able to return to previous page or version of a page with the browser back button.
Each component and model has detach() method in which it can null-ify any member variable that is not needed to be stored, i.e. the value of this variable is either not important or can be restored by other means. On Sat, Dec 11, 2010 at 7:26 PM, kumar <[email protected]> wrote: > > Hi everyone, > > can I get an example how to implement the detach() method ? can someone > please post a detailed example ? > why and in which cases implementing detach() is important ? > > thanks. > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Detach-explanation-tp3083568p3083568.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] > >
