Author: F.antonov
Date: 2007-05-02 09:29:05 -0400 (Wed, 02 May 2007)
New Revision: 606
Modified:
trunk/richfaces/togglePanel/src/main/templates/togglePanel.jspx
Log:
Fix for bug
http://jira.jboss.com/jira/browse/RF-124.
Modified: trunk/richfaces/togglePanel/src/main/templates/togglePanel.jspx
===================================================================
--- trunk/richfaces/togglePanel/src/main/templates/togglePanel.jspx 2007-05-02 13:25:52
UTC (rev 605)
+++ trunk/richfaces/togglePanel/src/main/templates/togglePanel.jspx 2007-05-02 13:29:05
UTC (rev 606)
@@ -21,5 +21,6 @@
<div id="#{clientId}">
<vcp:body/>
<f:call name="handleFacets"/>
+ <f:call name="setValue"/>
</div>
</f:root>
\ No newline at end of file