1 Reply Latest reply on Apr 29, 2009 1:00 AM by nbelaevski

    the problem with "HtmlTab  include"

    zzsnake

      the code below:
      HtmlTab tab = new HtmlTab();
      Include myInclude = new Include();
      myInclude.setId("zzgw"+i+"3");
      myInclude.setViewId("/menu.jsp");
      myInclude.setRendered(true);
      tab.getChildren().add(myInclude);
      mytabPanel.getChildren().add(tab);
      mytabPanel.setSwitchType("client");


      I want to create a dynamically HtmlTab to add jsp file.
      but now it isn't show menu.jsp.
      please help.