Have you read my blog?

http://andrewfacelets.blogspot.com/2006/06/myfaces-tree2-creating-lazy-loading.html

Or read the wiki?

http://wiki.apache.org/myfaces/Tree2

-Andrew


On 7/6/07, Novin <[EMAIL PROTECTED]> wrote:

Hi Friends,

I am using serverside Tree2 with ajax and tiles.

My tree has 3 level excluding root node.

root
'         (Level-1)
-------Group name        (Level-2)
             '--------------Group number            (Level-3)
                                         '......................Accounts

Problem:1

when I click on grpName node it fetches & create the child grpnumber node,
but at the time of re-rendering the tree is not expaneded till
groupnumbers(child nodes), it show (+) image at grpname(parent node). Then
again I need to click on + to view the child.

I want the tree to be expanded till the childs how its possible
programatically?

Problem:2

When I click any of the node(every node click is ajax request), behind the
scene in my tree bean(which is in session) the data fetching logic works
fine and create and append the childnode to the parent to the treebean.

then due to problem 1 i have again click on the + img and if child node are
more then 40 it take around 2minutes to referesh and reload tree. Wht i
found its look like Tile is taking lots of time in commiting the response.

Pls let me know the solution.

I am attaching the JSP file
http://www.nabble.com/file/p11468451/accountTree.jsp accountTree.jsp

thanks ...
Novin






--
View this message in context: 
http://www.nabble.com/Tree2%3A-Serverside-Tree-rerendering-is-very-slow-in-with-Tiles.-Pls-help-tf4036770.html#a11468451
Sent from the MyFaces - Users mailing list archive at Nabble.com.


Reply via email to