Le mar 25/02/2003 à 11:19, Chetan Sahasrabudhe a écrit :

    Few Questions first
    
    1. Tree is in java script ?
    2. Tree is a applet ?
    
    if java script, do u hit the server again to get the nodes for the tree ?
    or do u populate it beforehand and all data goes in one shot to the jsp.
    
    while populating the tree have u written any recursive loops ?
    If so, how is your exit logic ?
    

Tree is all populated in the action. 
I use nested tags to display the tree in the jsp page.
My problem is that server takes anly 1.2 second to build the jsp page,
but the page is displayed in 30 secondes.
I don't understand what takes so many time.

    
    ----- Original Message ----- 
    From: "Nicolas Grehalle" <[EMAIL PROTECTED]>
    To: <[EMAIL PROTECTED]>
    Sent: Tuesday, February 25, 2003 3:40 PM
    Subject: strange display delay
    
    
    > I have a strange display problem with a web page.
    > I try to display a Tree with a "expand all" option.
    > When i expand all the tree, the program spends :
    > - few milliseconds in my Action class (about 30 ms)
    > - 1.2 second in my jsp page (i use the code "System.out.println( 
    > System.currentTimeMillis() );" on top and bottom of my jsp page).
    > - 30 seconds before page displaying (and after my last
    > System.out.println) in the browser.
    > 
    > What kind of treatment occures after the jsp executing ?
    > 
    > How know what is the problem ?
    > 
    > Thanks for your help
    > 
    > N.G.
    > 
    > 
    > 
    
    
    ---------------------------------------------------------------------
    To unsubscribe, e-mail: [EMAIL PROTECTED]
    For additional commands, e-mail: [EMAIL PROTECTED]
    
    
    

Reply via email to