[jboss-cvs] jboss-seam/seam-gen/view/layout ...
Gavin King
gavin.king at jboss.com
Fri Feb 9 21:04:37 EST 2007
User: gavin
Date: 07/02/09 21:04:37
Modified: seam-gen/view/layout menu.xhtml.ftl
Log:
use begin-conversation instead of propagation=begin
Revision Changes Path
1.4 +3 -1 jboss-seam/seam-gen/view/layout/menu.xhtml.ftl
(In the diff below, changes in quantity of whitespace are not shown.)
Index: menu.xhtml.ftl
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/seam-gen/view/layout/menu.xhtml.ftl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- menu.xhtml.ftl 31 Jan 2007 04:45:36 -0000 1.3
+++ menu.xhtml.ftl 10 Feb 2007 02:04:37 -0000 1.4
@@ -6,6 +6,8 @@
xmlns:s="http://jboss.com/products/seam/taglib">
<s:link view="/home.xhtml" value="Home"/>
<#foreach entity in c2j.getPOJOIterator(cfg.classMappings)>
- <s:link view="/${entity.shortName}List.xhtml" value="${entity.shortName} List" propagation="none"/>
+ <s:link view="/${entity.shortName}List.xhtml"
+ value="${entity.shortName} List"
+ propagation="none"/>
</#foreach>
</div>
More information about the jboss-cvs-commits
mailing list