[seam-commits] Seam SVN: r8007 - branches/Seam_2_0/seam-gen/icefaces/view.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Apr 23 10:36:31 EDT 2008


Author: jguglielmin
Date: 2008-04-23 10:36:31 -0400 (Wed, 23 Apr 2008)
New Revision: 8007

Modified:
   branches/Seam_2_0/seam-gen/icefaces/view/editproperty.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/editproperty.xhtml.ftl
===================================================================
--- branches/Seam_2_0/seam-gen/icefaces/view/editproperty.xhtml.ftl	2008-04-23 01:53:12 UTC (rev 8006)
+++ branches/Seam_2_0/seam-gen/icefaces/view/editproperty.xhtml.ftl	2008-04-23 14:36:31 UTC (rev 8007)
@@ -101,8 +101,8 @@
 </#if>
                           size="${size}"
                      maxlength="${column.length}"
+                         partialSubmit="true"
                          value="${'#'}{${homeName}.instance.${property.name}.${componentProperty.name}}">
-                         partialSubmit="true"
                  </ice:inputText>
 </#if>
 <#else>
@@ -113,8 +113,8 @@
 <#if propertyIsId>
                        disabled="${'#'}{${homeName}.managed}"
 </#if>
+                        partialSubmit="true"
                                   value="${'#'}{${homeName}.instance.${property.name}.${componentProperty.name}}">
-                        partialSubmit="true"
                  </ice:inputText>
 </#if>
                </s:decorate>




More information about the seam-commits mailing list