Re: Checkbox tree component

2012-03-06 Thread javanrell
ildCount(); for (int i = 0; i < childCount; i++) { selectAllChildren(node.getChildAt(i), tree, check); } } } } -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Checkbox-t

Re: Checkbox tree component

2010-01-20 Thread prati
load the >> tree from the selected node and then iterate and set the children notes >> to selected. >> >> Are you sure you want to select the children nodes or is it the parent >> nodes you want to select? >> > > -- View this message in context: http

Re: Checkbox tree component

2009-04-17 Thread Edi
Hello Doug, I am not able to configure the above example Doug. Could you give me .war file. please thanks and regards, edi -- View this message in context: http://www.nabble.com/Checkbox-tree-component-tp13433102p23109331.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Checkbox tree component

2009-04-17 Thread CrocodileShoes
pens by default, that is, without rebuilding the from the root node, but I don't know how to update the tree without doing that. Any ideas? -- View this message in context: http://www.nabble.com/Checkbox-tree-component-tp13433102p23098936.html Sent from the Wicket - User mailing list a

Re: Checkbox tree component

2009-04-16 Thread Edi
ew this message in context: http://www.nabble.com/Checkbox-tree-component-tp13433102p23074091.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For add

Re: Checkbox tree component

2008-07-07 Thread Doug Leeper
ible(), no matter if you are refreshing the entire page or via Ajax, the checkBoxPanel2 visibility would be handled correctly. Hope that helps. - Doug -- View this message in context: http://www.nabble.com/Checkbox-tree-component-tp13433102p18327178.html Sent from the Wicket - User mailing list

Re: Checkbox tree component

2008-07-07 Thread vishy_sb
checkbox tree. i.e. I have Panel1 and Panel2 for a page both having a checkbox tree component in them say checkboxtree1 and checkboxtree2 respectively. I want the Panel2 to show up (along with the tree) only when a node of the checkboxtree1 is selected. I tried to add the panel dynamically in the

Re: Checkbox tree component

2008-06-28 Thread Doug Leeper
. Are you sure you want to select the children nodes or is it the parent nodes you want to select? -- View this message in context: http://www.nabble.com/Checkbox-tree-component-tp13433102p18173927.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Checkbox tree component

2008-06-26 Thread vishy_sb
gt; It depends. > > Are you building the entire tree up front or are you building the child > nodes dynamically (i.e. when the parent node is selected/expanded)? > -- View this message in context: http://www.nabble.com/Checkbox-tree-component-tp13433102p18147660.html Sent from the Wic

Re: Checkbox tree component

2008-06-26 Thread Doug Leeper
It depends. Are you building the entire tree up front or are you building the child nodes dynamically (i.e. when the parent node is selected/expanded)? -- View this message in context: http://www.nabble.com/Checkbox-tree-component-tp13433102p18147561.html Sent from the Wicket - User mailing

Re: Checkbox tree component

2008-06-26 Thread vishy_sb
Hey Doug, I am fairly new to wicket. I am trying to use the checkbox tree component and it seems to be working well. However I would like to check or uncheck all the child nodes if the parent node is selected(i.e. if the check box in front of the parent node is checked or unchecked). Kindly let

Re: Checkbox tree component

2007-12-10 Thread Benjamin Keil
nd to Regular. It happens in both cases (except you get CheckBoxTree$2 instead of $3). -- View this message in context: http://www.nabble.com/Checkbox-tree-component-tp13433102p14267352.html Sent from the Wicket - User mailing list arc

Re: Checkbox tree component

2007-12-10 Thread Doug Leeper
When does this occur? - the first time the page is displayed - after you do some user interaction? if so, are you using Ajax in the user interaction? -- View this message in context: http://www.nabble.com/Checkbox-tree-component-tp13433102p14262616.html Sent from the Wicket - User mailing list

Re: Checkbox tree component

2007-12-10 Thread Benjamin Keil
a:445) at java.lang.Thread.run(Thread.java:619) Again, this happens under Tomcat (6.0.14) but not under Jetty (6.1.5), but I can't imagine what the difference would be. -- View this message in context: http://www.nabble.com/Checkbox-tree-component-tp13433102p14259181.html Sent from the

Re: Checkbox tree component

2007-12-08 Thread Doug Leeper
/file/p14229459/CategoryTreeModel.java CategoryTreeModel.java http://www.nabble.com/file/p14229459/CategoryModel.java CategoryModel.java Hope it helps -- View this message in context: http://www.nabble.com/Checkbox-tree-component-tf4699092.html#a14229459 Sent from the Wicket - User mailing list

Re: Checkbox tree component

2007-12-07 Thread Mats Norén
ductCategoriesPanel.html > http://www.nabble.com/file/p13439520/ProductCategoriesPanel.java > ProductCategoriesPanel.java > > -- > View this message in context: > http://www.nabble.com/Checkbox-tree-component-tf4699092.

Re: Checkbox tree component

2007-12-05 Thread Doug Leeper
Could you post the stacktrace? -- View this message in context: http://www.nabble.com/Checkbox-tree-component-tf4699092.html#a14186249 Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: Checkbox tree component

2007-12-05 Thread Benjamin Keil
27;m still really baffled. Thanks :) :) :) Ben. -- View this message in context: http://www.nabble.com/Checkbox-tree-component-tf4699092.html#a14185226 Sent from the Wicket - User mailing list archive at Nabble.com. - To unsu

Re: Checkbox tree component

2007-12-05 Thread Doug Leeper
That doesn't make sense. Not sure what the problem could be. Are you sure you have Wicket 1.3 in the Tomcat instance? -- View this message in context: http://www.nabble.com/Checkbox-tree-component-tf4699092.html#a14185067 Sent from the Wicket - User mailing list archive at Nabbl

Re: Checkbox tree component

2007-12-05 Thread Benjamin Keil
ting unredered component complaints for anything else anywhere in my site. I'm totally baffled. Any help would be greatly appreciated, Ciao, Ben. -- View this message in context: http://www.nabble.com/Checkbox-tree-component-tf4699092.html#a14184918 Sent from the Wicket -

Re: Checkbox tree component

2007-11-16 Thread Doug Leeper
Glad to have helped! -- View this message in context: http://www.nabble.com/Checkbox-tree-component-tf4699092.html#a13804839 Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL

Re: Checkbox tree component

2007-11-16 Thread dstruck
riesPanel.html > ProductCategoriesPanel.html > http://www.nabble.com/file/p13439520/ProductCategoriesPanel.java > ProductCategoriesPanel.java > > -- View this message in context: http://www.nabble.com/Checkbox-tree-component-tf4699092.html#a13804534 Sen

Re: Checkbox tree component

2007-10-26 Thread Doug Leeper
View this message in context: http://www.nabble.com/Checkbox-tree-component-tf4699092.html#a13439520 Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

Re: Checkbox tree component

2007-10-26 Thread Doug Leeper
I agree. I was going to replicate LinkTree and LinkTreePanel with checkboxes. -- View this message in context: http://www.nabble.com/Checkbox-tree-component-tf4699092.html#a13436575 Sent from the Wicket - User mailing list archive at Nabble.com

Re: Checkbox tree component

2007-10-26 Thread Matej Knopp
this message in context: > http://www.nabble.com/Checkbox-tree-component-tf4699092.html#a13436155 > Sent from the Wicket - User mailing list archive at Nabble.com. > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] &

Re: Checkbox tree component

2007-10-26 Thread Doug Leeper
I was just about to tackle this. If I get something together I will forward the code. - Doug -- View this message in context: http://www.nabble.com/Checkbox-tree-component-tf4699092.html#a13436155 Sent from the Wicket - User mailing list archive at Nabble.com

Checkbox tree component

2007-10-26 Thread dstruck
Has anyone put together a checkbox tree component? I've done some searches but haven't turned anything up. Basically, I'd like a tree with a checkbox leading each node that when checked also selects all child nodes. I'm thinking of something like the tree you see when you do