Author: ilya_shaikovsky
Date: 2009-05-12 06:22:40 -0400 (Tue, 12 May 2009)
New Revision: 14112
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/layouts.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/plugnskin.xhtml
Log:
https://jira.jboss.org/jira/browse/RF-7097
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/layouts.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/layouts.xhtml 2009-05-11
19:51:18 UTC (rev 14111)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/layouts.xhtml 2009-05-12
10:22:40 UTC (rev 14112)
@@ -7,7 +7,7 @@
<ui:composition template="/templates/main.xhtml">
<ui:define name="title">RichFaces - Open Source Rich JSF Components -
Layouts</ui:define>
<ui:define name="body">
- <ui:include src="/templates/include/tab-panel.xhtml" />
+ <ui:include src="/richfaces/layouts/usage.xhtml" />
</ui:define>
</ui:composition>
</html>
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/plugnskin.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/plugnskin.xhtml 2009-05-11
19:51:18 UTC (rev 14111)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/plugnskin.xhtml 2009-05-12
10:22:40 UTC (rev 14112)
@@ -7,13 +7,7 @@
<ui:composition template="/templates/main.xhtml">
<ui:define name="title">RichFaces - Open Source Rich JSF Components -
Plug'n'Skin Feature</ui:define>
<ui:define name="body">
- <rich:tabPanel id="tabber" switchType="server"
styleClass="top_tab" contentClass="content_tab"
headerClass="header_tabs_class"
- inactiveTabClass="inactive_tab" activeTabClass="active_tab"
selectedTab="#{componentNavigator.currentComponent.activeTab}"
- valueChangeListener="#{componentNavigator.tabPanelSwitched}">
- <rich:tab name="usage" label="Usage">
<ui:include src="/richfaces/plugnskin/usage.xhtml" />
- </rich:tab>
- </rich:tabPanel>
</ui:define>
</ui:composition>
</html>