[seam-commits] Seam SVN: r7162 - trunk/seam-gen/view.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Sun Jan 20 10:08:55 EST 2008


Author: pete.muir at jboss.org
Date: 2008-01-20 10:08:54 -0500 (Sun, 20 Jan 2008)
New Revision: 7162

Modified:
   trunk/seam-gen/view/editproperty.xhtml.ftl
Log:
JBSEAM-2511

Modified: trunk/seam-gen/view/editproperty.xhtml.ftl
===================================================================
--- trunk/seam-gen/view/editproperty.xhtml.ftl	2008-01-20 10:29:40 UTC (rev 7161)
+++ trunk/seam-gen/view/editproperty.xhtml.ftl	2008-01-20 15:08:54 UTC (rev 7162)
@@ -10,7 +10,7 @@
             <s:decorate id="${componentProperty.name}Decoration" template="layout/edit.xhtml">
                 <ui:define name="label">${componentProperty.name}</ui:define>
 <#if isDate(componentProperty)>
-				<rich:calendar id=${componentProperty.name}"
+				<rich:calendar id="${componentProperty.name}"
 <#if propertyIsId>
                        disabled="${'#'}{${homeName}.managed}"
 </#if>




More information about the seam-commits mailing list