[richfaces-svn-commits] JBoss Rich Faces SVN: r2698 - trunk/test-applications/facelets/src/main/webapp/Effect.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Sep 3 06:51:01 EDT 2007


Author: ayanul
Date: 2007-09-03 06:51:01 -0400 (Mon, 03 Sep 2007)
New Revision: 2698

Modified:
   trunk/test-applications/facelets/src/main/webapp/Effect/Effect.xhtml
Log:


Modified: trunk/test-applications/facelets/src/main/webapp/Effect/Effect.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/Effect/Effect.xhtml	2007-09-03 10:50:53 UTC (rev 2697)
+++ trunk/test-applications/facelets/src/main/webapp/Effect/Effect.xhtml	2007-09-03 10:51:01 UTC (rev 2698)
@@ -223,14 +223,6 @@
 				Panel</font> </span>
 			</f:verbatim>
 			<h:graphicImage value="/pics/warn.gif" onclick="showRichTabPanel()" />
-			
-			<h:outputText value="Tab Panel mode:" />
-			<h:selectOneRadio value="#{tabPanel.switchType}">
-				<f:selectItem itemLabel="client" itemValue="client" />
-				<f:selectItem itemLabel="server" itemValue="server" />
-				<f:selectItem itemLabel="ajax" itemValue="ajax" />
-				<a4j:support event="onclick" reRender="tabPanelId"></a4j:support>
-			</h:selectOneRadio>
 		</h:panelGrid>
 
 		<rich:panel id="richPanelID">
@@ -249,7 +241,7 @@
 
 		<rich:tabPanel id="tabPanelID"
 			headerAlignment="Header of the tabPanel" height="200px"
-			switchType="#{tabPanel.switchType}" rendered="true" title="Title">
+			switchType="ajax" rendered="true" title="Title">
 
 			<rich:tab id="tab1" label="label 1">
 				<h:outputText value="This is tab panel 1" styleClass="text1"></h:outputText>




More information about the richfaces-svn-commits mailing list