[richfaces-svn-commits] JBoss Rich Faces SVN: r462 - trunk/richfaces/simpleTogglePanel/src/main/templates.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Apr 20 03:15:55 EDT 2007


Author: d.bulahov
Date: 2007-04-20 03:15:55 -0400 (Fri, 20 Apr 2007)
New Revision: 462

Modified:
   trunk/richfaces/simpleTogglePanel/src/main/templates/simpleTogglePanel.jspx
Log:
http://jira.jboss.com/jira/browse/RF-108 fixed

Modified: trunk/richfaces/simpleTogglePanel/src/main/templates/simpleTogglePanel.jspx
===================================================================
--- trunk/richfaces/simpleTogglePanel/src/main/templates/simpleTogglePanel.jspx	2007-04-20 00:31:19 UTC (rev 461)
+++ trunk/richfaces/simpleTogglePanel/src/main/templates/simpleTogglePanel.jspx	2007-04-20 07:15:55 UTC (rev 462)
@@ -20,7 +20,7 @@
 scripts/simpleTogglePanel.js
 </h:scripts>
 
-    <div id="#{clientId}" x:passThruWithExclusions="id,value,styleClass"
+    <div id="#{clientId}" x:passThruWithExclusions="id,value"
          class="dr-stglpnl rich-stglpanel #{component.attributes['styleClass']}"
          style="width: #{component.attributes['width']}; #{component.attributes['style']};">
 




More information about the richfaces-svn-commits mailing list