Re: [Wicket-user] Tree - override onNodeLinkClicked(...)?

2007-07-06 Thread kenixwong
is that use protected void populateTreeItem(WebMarkupContainer item, int level) {} to set the redirect link ? thanks Matej Knopp-2 wrote: I believe, that what you want, is not to set response page, but rather to switch panel components. At least that sounds much more reasonable to me.

Re: [Wicket-user] Tree - override onNodeLinkClicked(...)?

2007-07-05 Thread kenixwong
ok... maybe i m new to wicket. Some of the example i cant really get what it means. Anyway, for temporary, i had solved my problem (think is not so practical :p) . hard code for the node link.. protected void onNodeLinkClicked(AjaxRequestTarget ajaxRequestTarget, TreeNode node)

Re: [Wicket-user] Tree - override onNodeLinkClicked(...)?

2007-07-05 Thread kenixwong
ok... maybe i m new to wicket. Some of the example i cant really get what it means. Anyway, for temporary, i had solved my problem (think is not so practical :p) . hard code for the node link.. protected void onNodeLinkClicked(AjaxRequestTarget ajaxRequestTarget, TreeNode node) {

Re: [Wicket-user] Tree - override onNodeLinkClicked(...)?

2007-07-04 Thread kenixwong
the reason i using the tree is my menu will be cover a lot of reports ( i m develop the report module). So if using the tree style, the interface will be look more nicer and structure. Plus the dynamic feel to the user :p (more attractive). is that the wicket - tree is hard to maintain? Actually

Re: [Wicket-user] Tree - override onNodeLinkClicked(...)?

2007-07-04 Thread Matej Knopp
I believe, that what you want, is not to set response page, but rather to switch panel components. At least that sounds much more reasonable to me. -Matej On 7/4/07, kenixwong [EMAIL PROTECTED] wrote: the reason i using the tree is my menu will be cover a lot of reports ( i m develop the

Re: [Wicket-user] Tree - override onNodeLinkClicked(...)?

2007-07-03 Thread kenixwong
Sorry, cant get u.. can you show me the some partial code ? My tree example was refer from the wicket example. but it only shown how to create a tree without some example to click the node and redirect to another page. I had tried search from the forum and do testing... still failed. Can

Re: [Wicket-user] Tree - override onNodeLinkClicked(...)?

2007-07-03 Thread Eelco Hillenius
Sorry, cant get u.. can you show me the some partial code ? My tree example was refer from the wicket example. but it only shown how to create a tree without some example to click the node and redirect to another page. I had tried search from the forum and do testing... still failed. Can

Re: [Wicket-user] Tree - override onNodeLinkClicked(...)?

2007-07-03 Thread kenixwong
thx for reply... i waiting and waiting somebody to reply it.. :p sorry for understood.. i m not just play around. i wish to build a new module for my current project. And i wish to manage all the menus in a tree style outlook. So, can i get some guide frou u , Eelco .. thx a lot Eelco

Re: [Wicket-user] Tree - override onNodeLinkClicked(...)?

2007-07-03 Thread Eelco Hillenius
sorry for understood.. i m not just play around. i wish to build a new module for my current project. And i wish to manage all the menus in a tree style outlook. So, can i get some guide frou u , Eelco .. If you are looking for menus, why not use something like this:

Re: [Wicket-user] Tree - override onNodeLinkClicked(...)?

2007-07-02 Thread Eelco Hillenius
Can anyone give me an example of override onNodeLinkClicked(...) for display the tree. I want to click the menu intree structure. It's fine i can did it now. But i cant setResponce to another page when i clicked on the link.. thanks in future So calling setResponsePage (to another page I

Re: [Wicket-user] Tree - override onNodeLinkClicked(...)?

2007-07-02 Thread kenixwong
i m using wicket1.2.6 i done with the nice tree and can display it. Just i did not get any resource on the link. Once i click all the node link, i wish to redirect to different pages that i defined. I had search in the wicket-user forum, but cant get any result yet. Can u help for it. (btw: i m

Re: [Wicket-user] Tree - override onNodeLinkClicked(...)?

2007-07-02 Thread kenixwong
i m using wicket1.2.4 i done with the nice tree and can display it. Just i did not get any resource on the link. Once i click all the node link, i wish to redirect to different pages that i defined. I had search in the wicket-user forum, but cant get any result yet. Can u help for it. (btw: i m

Re: [Wicket-user] Tree - override onNodeLinkClicked(...)?

2007-07-02 Thread Igor Vaynberg
On 7/2/07, kenixwong [EMAIL PROTECTED] wrote: i m using wicket1.2.4 i done with the nice tree and can display it. Just i did not get any resource on the link. Once i click all the node link, i wish to redirect to different pages that i defined. I had search in the wicket-user forum, but cant

[Wicket-user] Tree - override onNodeLinkClicked(...)?

2007-07-01 Thread kenixwong
Can anyone give me an example of override onNodeLinkClicked(...) for display the tree. I want to click the menu intree structure. It's fine i can did it now. But i cant setResponce to another page when i clicked on the link.. thanks in future -- View this message in context: