You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by kshitiz <k....@gmail.com> on 2012/08/23 15:39:44 UTC

What sort of page variables are stored in page map?

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: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: What sort of page variables are stored in page map?

Posted by kshitiz <k....@gmail.com>.
Hi,

Thanks for the quick reply. So that means whatever we define for a page will
get serialized and stored in page map.



--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/What-sort-of-page-variables-are-stored-in-page-map-tp4651460p4651462.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: What sort of page variables are stored in page map?

Posted by Martin Grigorov <mg...@apache.org>.
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 <k....@gmail.com> 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: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org