tabPanel = CloneHelper.clone(this.getqq_templateTab(), true);
            TextData cap = new TextData("Tab No: ");
            cap.concat(i);
            Caption.set(tabPanel, cap);
            LIT a = new LIT();
            Parent.set(a, tabPanel);
            this.getPanelArray().add(tabPanel);
            a.populateNodes();
        }
        TabPages.setPages(this.getqq_theTabFolder(), this.getPanelArray());