FYI -- both IE and Mozilla based browsers are very slow with SELECT controls, espically IE if they are large. Loading 500 SELECT controls will not be good performance. This is probably a browser performance issue instead of a JSF issue. I would consider re-architecting the UI to avoid the SELECT controls or use some JavaScript magic (for example, load a select control on mouse over of the row).
On 12/4/06, Sebastian Menge <[EMAIL PROTECTED]> wrote:
Hi We want to use a treetable to display a tree of 500 nodes together with a single-select dropdown for each node. Are there any issues with such large trees? It slows everything down ... Ideas? Sebastian.

