Author: nbelaevski
Date: 2008-10-24 11:01:44 -0400 (Fri, 24 Oct 2008)
New Revision: 10899
Modified:
trunk/ui/togglePanel/src/main/templates/togglePanel.jspx
Log:
https://jira.jboss.org/jira/browse/RF-4728
Modified: trunk/ui/togglePanel/src/main/templates/togglePanel.jspx
===================================================================
--- trunk/ui/togglePanel/src/main/templates/togglePanel.jspx 2008-10-24 13:47:41 UTC (rev
10898)
+++ trunk/ui/togglePanel/src/main/templates/togglePanel.jspx 2008-10-24 15:01:44 UTC (rev
10899)
@@ -17,8 +17,8 @@
<![CDATA[org.richfaces.component.util.FormUtil.throwEnclFormReqExceptionIfNeed(context,component);]]>
</jsp:scriptlet>
- <div id="#{clientId}"
style="#{component.attributes['style']}"
- class="rich-toggle-panel #{component.attributes['styleClass']}"
>
+ <div id="#{clientId}"
style="#{component.attributes['style']}" class="rich-toggle-panel
#{component.attributes['styleClass']}"
+ x:passThruWithExclusions="id,style,class,styleClass">
<vcp:body/>
<f:call name="handleFacets"/>
</div>