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

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Jul 29 01:21:23 EDT 2008


Author: dan.j.allen
Date: 2008-07-29 01:21:23 -0400 (Tue, 29 Jul 2008)
New Revision: 8533

Modified:
   trunk/seam-gen/view/edit.xhtml.ftl
   trunk/seam-gen/view/list.xhtml.ftl
Log:
Use View for link name rather than Select


Modified: trunk/seam-gen/view/edit.xhtml.ftl
===================================================================
--- trunk/seam-gen/view/edit.xhtml.ftl	2008-07-29 05:19:20 UTC (rev 8532)
+++ trunk/seam-gen/view/edit.xhtml.ftl	2008-07-29 05:21:23 UTC (rev 8533)
@@ -200,7 +200,7 @@
                     <f:facet name="header">action</f:facet>
                     <s:link view="/${childPageName}.xhtml"
                               id="select${childName}"
-                           value="Select"
+                           value="View"
                      propagation="none">
 <#if childPojo.isComponent(childPojo.identifierProperty)>
 <#foreach componentProperty in childPojo.identifierProperty.value.propertyIterator>

Modified: trunk/seam-gen/view/list.xhtml.ftl
===================================================================
--- trunk/seam-gen/view/list.xhtml.ftl	2008-07-29 05:19:20 UTC (rev 8532)
+++ trunk/seam-gen/view/list.xhtml.ftl	2008-07-29 05:21:23 UTC (rev 8533)
@@ -122,7 +122,7 @@
         <h:column>
             <f:facet name="header">action</f:facet>
             <s:link view="/${'#'}{empty from ? '${pageName}' : from}.xhtml"
-                   value="Select"
+                   value="${'#'}{empty from ? 'View' : 'Select'}"
                       id="${componentName}">
 <#if pojo.isComponent(pojo.identifierProperty)>
 <#foreach componentProperty in pojo.identifierProperty.value.propertyIterator>




More information about the seam-commits mailing list