[seam-commits] Seam SVN: r8532 - branches/Seam_2_0/seam-gen/view.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Jul 29 01:19:21 EDT 2008
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>
More information about the seam-commits
mailing list