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.