[seam-commits] Seam SVN: r10789 - in branches/enterprise/JBPAPP_4_3_FP01/seam-gen: view/layout and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue May 5 11:22:14 EDT 2009


Author: manaRH
Date: 2009-05-05 11:22:14 -0400 (Tue, 05 May 2009)
New Revision: 10789

Modified:
   branches/enterprise/JBPAPP_4_3_FP01/seam-gen/src/EntityList.java.ftl
   branches/enterprise/JBPAPP_4_3_FP01/seam-gen/view/layout/template.xhtml
Log:
JBPAPP-1899

Modified: branches/enterprise/JBPAPP_4_3_FP01/seam-gen/src/EntityList.java.ftl
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/seam-gen/src/EntityList.java.ftl	2009-05-05 14:28:40 UTC (rev 10788)
+++ branches/enterprise/JBPAPP_4_3_FP01/seam-gen/src/EntityList.java.ftl	2009-05-05 15:22:14 UTC (rev 10789)
@@ -22,12 +22,12 @@
 <#if c2j.isComponent(property)>
 <#foreach componentProperty in property.value.propertyIterator>
 <#if isString(componentProperty)>
-        "lower(${componentName}.${property.name}.${componentProperty.name}) like lower(concat(${'#'}{${listName}.${componentName}.${property.name}.${componentProperty.name}}),'%')",
+        "lower(${componentName}.${property.name}.${componentProperty.name}) like lower(concat(${'#'}{${listName}.${componentName}.${property.name}.${componentProperty.name}},'%'))",
 </#if>
 </#foreach>
 <#else>
 <#if isString(property)>
-        "lower(${componentName}.${property.name}) like lower(concat(${'#'}{${listName}.${componentName}.${property.name}}),'%')",
+        "lower(${componentName}.${property.name}) like lower(concat(${'#'}{${listName}.${componentName}.${property.name}},'%'))",
 </#if>
 </#if>
 </#if>

Modified: branches/enterprise/JBPAPP_4_3_FP01/seam-gen/view/layout/template.xhtml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/seam-gen/view/layout/template.xhtml	2009-05-05 14:28:40 UTC (rev 10788)
+++ branches/enterprise/JBPAPP_4_3_FP01/seam-gen/view/layout/template.xhtml	2009-05-05 15:22:14 UTC (rev 10789)
@@ -24,7 +24,7 @@
     </ui:include>
 
   <div class="body">
-    <h:messages globalOnly="true" styleClass="message"/>
+    <h:messages id="messages" globalOnly="true" styleClass="message"/>
     <ui:insert name="body"/>
   </div>
 




More information about the seam-commits mailing list