Author: nbelaevski
Date: 2007-07-19 08:39:46 -0400 (Thu, 19 Jul 2007)
New Revision: 1697
Modified:
branches/3.0.2/richfaces/tree/src/main/templates/htmlTree.jspx
Log:
http://jira.jboss.com/jira/browse/RF-475 fixed
Modified: branches/3.0.2/richfaces/tree/src/main/templates/htmlTree.jspx
===================================================================
--- branches/3.0.2/richfaces/tree/src/main/templates/htmlTree.jspx 2007-07-19 12:04:54 UTC
(rev 1696)
+++ branches/3.0.2/richfaces/tree/src/main/templates/htmlTree.jspx 2007-07-19 12:39:46 UTC
(rev 1697)
@@ -44,7 +44,11 @@
<f:parameter value="id,style,class"/>
</f:call>
- <vcp:body />
+ <table width="100%" cellpadding="0">
+ <tbody>
+ <vcp:body />
+ </tbody>
+ </table>
<f:call name="encodeSelectionStateInput" />
<f:clientId var="clientId" />