Hi,
I've try to use TabbedPane in Seam-IceFaces example, but i'm little confused.

Why when I add TabSet, to example it's rendered without graphic?
I see only frames but tabs works fine!Is this bug, or is this my problem?

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

  | <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>
  | anonymous wrote : 
  |   | 
  |   | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989330#3989330

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989330
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to