Author: nbelaevski
Date: 2007-07-18 17:29:56 -0400 (Wed, 18 Jul 2007)
New Revision: 1688
Modified:
trunk/ui/tree/src/main/templates/htmlTree.jspx
Log:
Missing table/tbody fixed
Modified: trunk/ui/tree/src/main/templates/htmlTree.jspx
===================================================================
--- trunk/ui/tree/src/main/templates/htmlTree.jspx 2007-07-18 19:10:54 UTC (rev 1687)
+++ trunk/ui/tree/src/main/templates/htmlTree.jspx 2007-07-18 21:29:56 UTC (rev 1688)
@@ -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" />