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
> informations.
> 
> how can i do?
> onNodeClick i call my sessision, i retrieve the instance ( that i put into
> at panel2 initialization ) of panel2 and with it i call its method
> setItem(), then i reload it.

But what if you just share the tree instance between the two 
pages? 

Best wishes,
Timo

-- 
Timo Rantalaiho           
Reaktor Innovations Oy    <URL: http://www.ri.fi/ >

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to