Re: performance over iterate

2002-02-11 Thread Alberto Bolchini
Hi Arron. I am aware of Netscape's idiosyncrasy for nested tables, and as the code snippet showed, I just used one table, playing around w/ colspans. Actually my Leaf would eventually return a _null_ on the getChildren method thus breaking the nested iterator. Returning an empty array and taking

performance over iterate

2002-02-10 Thread Alberto Bolchini
hi all. I'm using a nightly build with the nested extension tags. I expose to the View (jsp) a Component bean (GoF Composite pattern) and I need to have a 4 level iteration over the Component's children. These can be Composite (and thus _have_ children) or Leaf (and thus have no

Re: performance over iterate

2002-02-10 Thread Arron Bates
Alberto, I've found that the viewable performance is also in the time it takes for the browser to render the Html. NS6 IE6 it usually isn't that bad, but use NS4 and you'll see it. I ran the Monkey example in NS4 and it almost killed it. :) It did render, but it took a while. But, I then