0 Replies Latest reply on Nov 28, 2006 3:00 PM by marcin777

    Seam 1.1 CR1 - IceFaces bug?

    marcin777

      I repeat my question about IceFaces, in Seam.

      Does anyone tryed to use TabbedPane in Seam-IceFaces.

      Why when I add TabSet, to example it's rendered without graphic?
      Tab works fine but i see only frames without graphic! Is this bug, or is this my problem? I tryed add tabset to Icefaces example from Seam 1.1 CR.1 and have same problem.

      I've worked on clear IceFaces project (wihout Seam) on TabSet and they're rendered very nice.
      Code:

      <h:form id="myForm">
      <ice:panelGrid>
      <ice:panelTabSet selectedIndex="1" tabPlacement="top">
      <ice:panelTab label="Tab 1">Hello 1
      </ice:panelTab>
      <ice:panelTab label="Tab 2">Hello 2
      </ice:panelTab>
      <ice:panelTab label="Tab 3">Hello 3
      </ice:panelTab>
      </ice:panelTabSet>
      </ice:panelGrid>
      </h:form>

      Did you try Gavin to use Tab Set in IceFaces implemented in Seam?