Wicket uses normal Java serialization so whatever applies there is valid. http://java.sun.com/developer/technicalArticles/Programming/serialization/
On Thu, Aug 23, 2012 at 4:39 PM, kshitiz <[email protected]> wrote: > Hi, > > For a web page, what sort of variables are stored in page map to hold its > state when user moved from that page to another? Like class variables, final > variables would be getting saved. Other than those, if we define a variable > or any component in its constructor, what happens to such variables when one > moved to another page? > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/What-sort-of-page-variables-are-stored-in-page-map-tp4651460.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] > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
