Author: ayanul
Date: 2007-08-29 13:44:09 -0400 (Wed, 29 Aug 2007)
New Revision: 2587
Modified:
trunk/test-applications/jsp/src/main/webapp/TogglePanel/TogglePanel.jsp
Log:
http://jira.jboss.com/jira/browse/RF-754
Modified: trunk/test-applications/jsp/src/main/webapp/TogglePanel/TogglePanel.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/TogglePanel/TogglePanel.jsp 2007-08-29
16:13:48 UTC (rev 2586)
+++ trunk/test-applications/jsp/src/main/webapp/TogglePanel/TogglePanel.jsp 2007-08-29
17:44:09 UTC (rev 2587)
@@ -54,7 +54,10 @@
</rich:panel>
</f:facet>
</rich:togglePanel>
- <br /><br />
+
+ <f:verbatim>
+ <br /><br />
+ </f:verbatim>
<rich:togglePanel id="panel2"
switchType="#{togglePanel.switchType}"
initialState="#{togglePanel.initialState}"
stateOrder="#{togglePanel.stateOrder}">
@@ -143,7 +146,10 @@
</f:facet>
</rich:togglePanel>
- <br /><br />
+ <f:verbatim>
+ <br /><br />
+ </f:verbatim>
+
<rich:separator height="5px" width="500px" />
<h:panelGrid columns="2" cellpadding="5px"
cellspacing="5px">
@@ -167,7 +173,7 @@
<f:selectItem itemLabel="client" itemValue="client" />
<f:selectItem itemLabel="server" itemValue="server" />
<f:selectItem itemLabel="ajax" itemValue="ajax" />
- <a4j:support event="onclick"
reRender="panle1,panel2"></a4j:support>
+ <a4j:support event="onclick"
reRender="panel1,panel2"></a4j:support>
</h:selectOneRadio>
</h:panelGrid>
<h:commandLink value="Back"
action="main"></h:commandLink>