Author: dan.j.allen
Date: 2008-07-29 01:19:20 -0400 (Tue, 29 Jul 2008)
New Revision: 8532
Modified:
branches/Seam_2_0/seam-gen/view/edit.xhtml.ftl
branches/Seam_2_0/seam-gen/view/list.xhtml.ftl
Log:
Use View for link name instead of Select
Modified: branches/Seam_2_0/seam-gen/view/edit.xhtml.ftl
===================================================================
--- branches/Seam_2_0/seam-gen/view/edit.xhtml.ftl 2008-07-28 18:04:03 UTC (rev 8531)
+++ branches/Seam_2_0/seam-gen/view/edit.xhtml.ftl 2008-07-29 05:19:20 UTC (rev 8532)
@@ -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: branches/Seam_2_0/seam-gen/view/list.xhtml.ftl
===================================================================
--- branches/Seam_2_0/seam-gen/view/list.xhtml.ftl 2008-07-28 18:04:03 UTC (rev 8531)
+++ branches/Seam_2_0/seam-gen/view/list.xhtml.ftl 2008-07-29 05:19:20 UTC (rev 8532)
@@ -121,7 +121,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>
Show replies by date