Author: tkuprevich
Date: 2008-05-12 11:46:56 -0400 (Mon, 12 May 2008)
New Revision: 8528
Modified:
trunk/test-applications/facelets/src/main/webapp/SimpleTogglePanel/SimpleTogglePanel.xhtml
Log:
Modified:
trunk/test-applications/facelets/src/main/webapp/SimpleTogglePanel/SimpleTogglePanel.xhtml
===================================================================
---
trunk/test-applications/facelets/src/main/webapp/SimpleTogglePanel/SimpleTogglePanel.xhtml 2008-05-12
12:58:26 UTC (rev 8527)
+++
trunk/test-applications/facelets/src/main/webapp/SimpleTogglePanel/SimpleTogglePanel.xhtml 2008-05-12
15:46:56 UTC (rev 8528)
@@ -12,7 +12,7 @@
<h:selectOneMenu value="#{richBean.srcContainer}"
onchange="submit();">
<f:selectItems value="#{richBean.listContainer}"/>
</h:selectOneMenu>
- <ui:include src="${richBean.pathComponentContainer}"/>
+
</rich:simpleTogglePanel>
<rich:simpleTogglePanel id="sTP" bodyClass="body"
headerClass="head" label="simpleTogglePanel with some text"
action="#{simpleTogglePanel.act}"
actionListener="#{simpleTogglePanel.actListener}"
width="#{simpleTogglePanel.width}"
height="#{simpleTogglePanel.height}"
switchType="#{simpleTogglePanel.switchType}"