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

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Oct 15 01:49:42 EDT 2008


Author: dan.j.allen
Date: 2008-10-15 01:49:42 -0400 (Wed, 15 Oct 2008)
New Revision: 9333

Modified:
   trunk/seam-gen/icefaces/view/edit.xhtml
   trunk/seam-gen/icefaces/view/editproperty.xhtml.ftl
   trunk/seam-gen/icefaces/view/form.xhtml
Log:
change Decoration to Field


Modified: trunk/seam-gen/icefaces/view/edit.xhtml
===================================================================
--- trunk/seam-gen/icefaces/view/edit.xhtml	2008-10-15 05:02:23 UTC (rev 9332)
+++ trunk/seam-gen/icefaces/view/edit.xhtml	2008-10-15 05:49:42 UTC (rev 9333)
@@ -20,7 +20,7 @@
               </tr>
           </table>
 	
-            <s:decorate id="nameDecoration" template="layout/edit.xhtml">
+            <s:decorate id="nameField" template="layout/edit.xhtml">
                 <ui:define name="label">Name</ui:define>
                 <h:inputText id="name" required="true"
                              value="#{@homeName at .instance.name}"/>

Modified: trunk/seam-gen/icefaces/view/editproperty.xhtml.ftl
===================================================================
--- trunk/seam-gen/icefaces/view/editproperty.xhtml.ftl	2008-10-15 05:02:23 UTC (rev 9332)
+++ trunk/seam-gen/icefaces/view/editproperty.xhtml.ftl	2008-10-15 05:49:42 UTC (rev 9333)
@@ -7,7 +7,7 @@
 <#foreach componentProperty in property.value.propertyIterator>
 <#assign column = componentProperty.columnIterator.next()>
 
-            <s:decorate id="${componentProperty.name}Decoration" template="layout/edit.xhtml">
+            <s:decorate id="${componentProperty.name}Field" template="layout/edit.xhtml">
                 <ui:define name="label">${label(componentProperty.name)}</ui:define>
 <#if isDate(componentProperty)>
                         <ice:selectInputDate id="${componentProperty.name}Id" 
@@ -122,7 +122,7 @@
 <#else>
 <#assign column = property.columnIterator.next()>
 
-            <s:decorate id="${property.name}Decoration" template="layout/edit.xhtml">
+            <s:decorate id="${property.name}Field" template="layout/edit.xhtml">
                 <ui:define name="label">${label(property.name)}</ui:define>
 <#if isDate(property)>
                            <ice:selectInputDate id="${property.name}Id" 

Modified: trunk/seam-gen/icefaces/view/form.xhtml
===================================================================
--- trunk/seam-gen/icefaces/view/form.xhtml	2008-10-15 05:02:23 UTC (rev 9332)
+++ trunk/seam-gen/icefaces/view/form.xhtml	2008-10-15 05:49:42 UTC (rev 9333)
@@ -20,7 +20,7 @@
                  </td>
               </tr>
           </table> 
-            <s:decorate id="valueDecoration" template="layout/edit.xhtml">
+            <s:decorate id="valueField" template="layout/edit.xhtml">
                 <ui:define name="label">Value</ui:define>
                 <h:inputText id="value" required="true"
                              value="#{@componentName at .value}"/>




More information about the seam-commits mailing list