Author: ayanul
Date: 2007-09-03 06:50:53 -0400 (Mon, 03 Sep 2007)
New Revision: 2697
Modified:
trunk/test-applications/jsp/src/main/webapp/Effect/Effect.jsp
Log:
Modified: trunk/test-applications/jsp/src/main/webapp/Effect/Effect.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/Effect/Effect.jsp 2007-09-03 10:40:27 UTC
(rev 2696)
+++ trunk/test-applications/jsp/src/main/webapp/Effect/Effect.jsp 2007-09-03 10:50:53 UTC
(rev 2697)
@@ -221,14 +221,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">
@@ -247,7 +239,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>
Show replies by date