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

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Aug 6 10:47:54 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-08-06 10:47:54 -0400 (Wed, 06 Aug 2008)
New Revision: 8609

Modified:
   trunk/seam-gen/view/layout/menu.xhtml.ftl
Log:
JBSEAM-2330

Modified: trunk/seam-gen/view/layout/menu.xhtml.ftl
===================================================================
--- trunk/seam-gen/view/layout/menu.xhtml.ftl	2008-08-06 14:34:29 UTC (rev 8608)
+++ trunk/seam-gen/view/layout/menu.xhtml.ftl	2008-08-06 14:47:54 UTC (rev 8609)
@@ -12,7 +12,9 @@
 <#foreach entity in c2j.getPOJOIterator(cfg.classMappings)>
     <s:link view="/${entity.shortName}List.xhtml"
            value="${entity.shortName} List"
-     propagation="none"/>
+     propagation="none">
+       <f:param name="from" value="" />
+    </s:link>
 </#foreach>
     <!-- @newMenuItem@ -->
     <rich:toolBarGroup location="right">




More information about the seam-commits mailing list