Re: [Wicket-user] Handling tree node onclick

2006-10-14 Thread Matej Knopp
, and getNodeIcon(...). -- Karl -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matej Knopp Sent: Thursday, October 12, 2006 7:18 AM To: wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user] Handling tree node onclick I assume you are talking

Re: [Wicket-user] Handling tree node onclick

2006-10-13 Thread Karl M. Davis
(...) to customize the node's text, and getNodeIcon(...). -- Karl -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matej Knopp Sent: Thursday, October 12, 2006 7:18 AM To: wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user] Handling tree node onclick

Re: [Wicket-user] Handling tree node onclick

2006-10-13 Thread Matej Knopp
Sent: Thursday, October 12, 2006 7:18 AM To: wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user] Handling tree node onclick I assume you are talking about the new (ajax) tree. Override the method newNodeLink to create link with action you want. -Matej billa wrote: Can someone

[Wicket-user] Handling tree node onclick

2006-10-12 Thread billa
Can someone point me to some sample code for intercepting a tree node onclick event? I would like the tree node click to update a pane on the same page that contains an edit form for the object represented by the node. -- View this message in context:

Re: [Wicket-user] Handling tree node onclick

2006-10-12 Thread Matej Knopp
I assume you are talking about the new (ajax) tree. Override the method newNodeLink to create link with action you want. -Matej billa wrote: Can someone point me to some sample code for intercepting a tree node onclick event? I would like the tree node click to update a pane on the same page