| Author |
Message |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 11/25/2008 07:09:27
|
praveen
Joined: 11/25/2008 07:08:03
Messages: 3
Offline
|
Hi,
we are using your tree component last two days but we are still having problem on expanding tree nodes.
1) when we click on expanded node (plus icon )nothing is responding .
2) clicking any where on the tree it will select only last node .
3) your example demo is not working properly ,
so please guide us.
We want to use ur tree component.
Thanks In advance , waiting for solution.
|
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 11/25/2008 12:29:35
|
adina_mihai
Simplica Team
Joined: 04/01/2007 00:00:00
Messages: 180
Offline
|
Please tell me what JSF implementation and what application server are you using?
|
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 11/26/2008 00:16:41
|
praveen
Joined: 11/25/2008 07:08:03
Messages: 3
Offline
|
Hi,
Thanks for your response .
We are using
1) IDE netbeans6.1 .
2) jsf 1.1/1.2 .
3) Tomcat 6.0.16.
Waiting ur response.
Thanks in advance.
|
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 11/26/2008 00:55:10
|
praveen
Joined: 11/25/2008 07:08:03
Messages: 3
Offline
|
Hi,
Thanks for your response .
We are using
1) IDE netbeans6.1 .
2) jsf 1.1/1.2 .
3) Tomcat 6.0.16.
Waiting ur response.
Thanks in advance.
|
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 11/26/2008 10:48:55
|
adina_mihai
Simplica Team
Joined: 04/01/2007 00:00:00
Messages: 180
Offline
|
Hi,
This is a known bug, and the fix will be available since version 1.1.9. If you are a licensed customer, you can send an email to support@simplica.com, specifying your order number, and you can get a patch earlier.
|
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 11/26/2008 23:57:32
|
anurag
Joined: 11/25/2008 05:00:59
Messages: 3
Offline
|
As per ur suggestion on forum ,first we would like to test it in our end so please send us a trial version.
Please give us response as soon as possible .
Thanks In advance.
|
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 11/28/2008 06:55:59
|
anurag
Joined: 11/25/2008 05:00:59
Messages: 3
Offline
|
Hi,
Thanks for response & patch.
Everything is working fine with your patch.
But out requirement are more than this.
we would like to add (1 million) Cells in a tree where depth of node will be 10.
This will take a lots of time.
we want to display only root data of tree having 1st depth, and other child node data to be added to tree on click event of expander icon( by backing bean). To overcome the problem of loading whole data at single time(this is time consuming.)
Is it possible ?
If it is possible,
|
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 11/28/2008 09:33:51
|
adina_mihai
Simplica Team
Joined: 04/01/2007 00:00:00
Messages: 180
Offline
|
This performance thing can be easily treat thanks to "preloadDepth" property, set at tree level. It specifies the number of levels (depth) of the tree that should be preloaded for the client. Default value of “1” preloads the root tree cell and its children. Specifying a negative number preloads all children.
|
|
|
 |
|
|