[seam-commits] Seam SVN: r9261 - in trunk/seam-gen: view/layout and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Sat Oct 11 17:14:55 EDT 2008


Author: dan.j.allen
Date: 2008-10-11 17:14:55 -0400 (Sat, 11 Oct 2008)
New Revision: 9261

Modified:
   trunk/seam-gen/icefaces/view/layout/menu.xhtml.ftl
   trunk/seam-gen/view/layout/menu.xhtml.ftl
Log:
JBSEAM-2330 - value should be null rather than empty string (null suppresses the parameter)


Modified: trunk/seam-gen/icefaces/view/layout/menu.xhtml.ftl
===================================================================
--- trunk/seam-gen/icefaces/view/layout/menu.xhtml.ftl	2008-10-11 15:57:58 UTC (rev 9260)
+++ trunk/seam-gen/icefaces/view/layout/menu.xhtml.ftl	2008-10-11 21:14:55 UTC (rev 9261)
@@ -17,7 +17,9 @@
 				    <s:link view="/${entity.shortName}List.xhtml" 
 	       				value="${entity.shortName} List" 
 						id="${entity.shortName}Id"
-	 					propagation="none"/>
+	 					propagation="none">
+                        <f:param name="from"/>
+                    </s:link>
 </#foreach>         
                     <!-- @newMenuItem@ -->
  		     </ice:panelGroup>

Modified: trunk/seam-gen/view/layout/menu.xhtml.ftl
===================================================================
--- trunk/seam-gen/view/layout/menu.xhtml.ftl	2008-10-11 15:57:58 UTC (rev 9260)
+++ trunk/seam-gen/view/layout/menu.xhtml.ftl	2008-10-11 21:14:55 UTC (rev 9261)
@@ -13,7 +13,7 @@
     <s:link view="/${entity.shortName}List.xhtml"
            value="${entity.shortName} List"
      propagation="none">
-       <f:param name="from" value="" />
+       <f:param name="from"/>
     </s:link>
 </#foreach>
     <!-- @newMenuItem@ -->




More information about the seam-commits mailing list