ok i store in session only objects that contain the state of the page, and i pass it to the model of the page.
what about PageState? i must watch WebPage source to find where is used and i modify it to load only data that i really need or there's yet an implementation of this that i can use? and for a treePanel, if i don't want to reload every time the tree, i can put the tree-model in the IModel of panel and at panel instantiation time retrieve the tree-model from session where i store it? -- View this message in context: http://www.nabble.com/comunication-between-panels-tp15542127p15543837.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]
