comunication between panels

2008-02-18 Thread Mazzanti Luca
sage in context: http://www.nabble.com/comunication-between-panels-tp15542127p15542127.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: comunication between panels

2008-02-18 Thread Martijn Dashorst
A CORRECT SOLUTION? > and then... PUTTING PANELS INSTANCES IN SESSION is a bad implementation > about MEMORY AND wicket SERIALIZATION ? > > There is a BEST SOLUTION? that i don't know > Thanks. > > -- > View this message in context: > http://www.na

Re: comunication between panels

2008-02-18 Thread Mazzanti Luca
l its method setItem(), then i reload it. it's correct? i m currently reading about 'Generic inter-component event mechanism' at https://issues.apache.org/jira/browse/WICKET-1312 -- View this message in context: http://www.nabble.com/comunication-between-panels-tp15542127p15542912.html

Re: comunication between panels

2008-02-18 Thread Ayodeji Aladejebi
t; ).getPanel('donaldduck'); > > > > so i can retrieve insance of foo panel everywhere and use its public > > methods. > > > > IS A CORRECT SOLUTION? > > and then... PUTTING PANELS INSTANCES IN SESSION is a bad implementation > > about MEMORY AND wicket S

Re: comunication between panels

2008-02-18 Thread Ayodeji Aladejebi
ance of foo panel everywhere and use its public > > > methods. > > > > > > IS A CORRECT SOLUTION? > > > and then... PUTTING PANELS INSTANCES IN SESSION is a bad > > implementation > > > about MEMORY AND wicket SERIALIZATION ? > > > > > &g

Re: comunication between panels

2008-02-18 Thread Timo Rantalaiho
On Mon, 18 Feb 2008, Mazzanti Luca wrote: > i have a question: how can i comunicate between panels in wicket? The normal Wicket way is to share models, pass references etc, but it has its limitations. You can find an example of a push-type mechanism here https://issues.apache.org/jira/browse

Re: comunication between panels

2008-02-18 Thread Timo Rantalaiho
On Mon, 18 Feb 2008, Mazzanti Luca wrote: > on the left i have a page containg a wicket tree. on the right another page > containing a panel. > on click of a node in the tree, i need to send the object in the node to the > panel ( called panel2 ) in the other page, and reload panel with new > infor

Re: comunication between panels

2008-02-18 Thread Mazzanti Luca
n 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-betw

Re: comunication between panels

2008-02-18 Thread Timo Rantalaiho
On Mon, 18 Feb 2008, Mazzanti Luca wrote: > ok i store in session only objects that contain the state of the page, and i > pass it to the model of the page. Wicket components (including Page) are stateful, you don't need to do that by yourself. To keep the state you just need to use the same page

Re: comunication between panels

2008-02-18 Thread Thomas Lutz
Mazzanti Luca schrieb: i don't understand your phrase: 'why are you shouting' please repeate. writing uppercase -> shouting have a look at http://www.dtcc.edu/cs/rfc1855.html and search for shouting... regards, tom - To

Re: comunication between panels

2008-02-18 Thread Martijn Dashorst
On 2/18/08, Mazzanti Luca <[EMAIL PROTECTED]> wrote: > > i don't understand your phrase: 'why are you shouting' > please repeate. http://www.google.com/search?hl=en&client=safari&rls=en&q=using+uppercase+in+email+message&btnG=Search -- Buy Wicket in Action: http://manning.com/dashorst Apache Wic

Re: comunication between panels

2008-02-18 Thread Matthijs Wensveen
Timo Rantalaiho wrote: On Mon, 18 Feb 2008, Mazzanti Luca wrote: i have a question: how can i comunicate between panels in wicket? The normal Wicket way is to share models, pass references etc, but it has its limitations. You can find an example of a push-type mechanism here htt

Re: comunication between panels

2008-02-19 Thread Edward Yakop
On Feb 18, 2008 7:13 PM, Timo Rantalaiho <[EMAIL PROTECTED]> wrote: > On Mon, 18 Feb 2008, Mazzanti Luca wrote: > > i have a question: how can i comunicate between panels in wicket? > > The normal Wicket way is to share models, pass references etc, > but it has its limitations. > > You can find an

Re: comunication between panels

2008-02-19 Thread Mazzanti Luca
thanks to all ! -- View this message in context: http://www.nabble.com/comunication-between-panels-tp15542127p15560363.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL