Author: jguglielmin
Date: 2008-04-23 10:43:29 -0400 (Wed, 23 Apr 2008)
New Revision: 8010
Modified:
branches/Seam_2_0/seam-gen/icefaces/view/edit.xhtml.ftl
Log:
fixes as per
http://jira.icefaces.org/browse/ICE-2684
Also added resizable columns to dataTables in <entity>list view
Modified: branches/Seam_2_0/seam-gen/icefaces/view/edit.xhtml.ftl
===================================================================
--- branches/Seam_2_0/seam-gen/icefaces/view/edit.xhtml.ftl 2008-04-23 14:41:17 UTC (rev
8009)
+++ branches/Seam_2_0/seam-gen/icefaces/view/edit.xhtml.ftl 2008-04-23 14:43:29 UTC (rev
8010)
@@ -109,7 +109,7 @@
<#if !c2h.isCollection(parentProperty) && !c2h.isManyToOne(parentProperty)
&& parentProperty != parentPojo.versionProperty!>
<#if parentPojo.isComponent(parentProperty)>
<#foreach componentProperty in parentProperty.value.propertyIterator>
- <ice:column id="$editColumn${componentProperty.name}Id">
+ <ice:column id="editColumn${componentProperty.name}Id">
<f:facet
name="header">${componentProperty.name}</f:facet>
${'#'}{${parentName}.${parentProperty.name}.${componentProperty.name}}
</ice:column>