Author: ilya_shaikovsky
Date: 2008-08-06 07:44:55 -0400 (Wed, 06 Aug 2008)
New Revision: 9939
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/dataTable.xhtml
Log:
https://jira.jboss.org/jira/browse/RF-3835
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/dataTable.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/dataTable.xhtml 2008-08-06
11:20:30 UTC (rev 9938)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/dataTable.xhtml 2008-08-06
11:44:55 UTC (rev 9939)
@@ -8,7 +8,7 @@
<ui:define name="title">RichFaces - Open Source Rich JSF Components -
Data Table</ui:define>
<ui:define name="body">
<rich:tabPanel switchType="server" styleClass="top_tab"
contentClass="content_tab" headerClass="header_tabs_class"
inactiveTabClass="inactive_tab" activeTabClass="active_tab"
- selectedTab="#{componentNavigator.currentComponent.activeTab}">
+ selectedTab="#{componentNavigator.currentComponent.activeTab}"
valueChangeListener="#{componentNavigator.tabPanelSwitched}">
<rich:tab label="Usage" name="usage">
<ui:include src="/richfaces/dataTable/usage.xhtml"/>
</rich:tab>