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 ?


----- 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