[seam-commits] Seam SVN: r14909 - branches/community/Seam_2_3/jboss-seam-gen/dist/view.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Jun 12 09:34:40 EDT 2012


Author: manaRH
Date: 2012-06-12 09:34:40 -0400 (Tue, 12 Jun 2012)
New Revision: 14909

Modified:
   branches/community/Seam_2_3/jboss-seam-gen/dist/view/edit.xhtml.ftl
   branches/community/Seam_2_3/jboss-seam-gen/dist/view/view.xhtml.ftl
Log:
JBSEAM-4991 fixed rich:tabPanel with switchType="ajax" to change it to
client

Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/view/edit.xhtml.ftl
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/view/edit.xhtml.ftl	2012-06-11 19:44:59 UTC (rev 14908)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/view/edit.xhtml.ftl	2012-06-12 13:34:40 UTC (rev 14909)
@@ -73,7 +73,7 @@
 </#foreach>
 
 <#if hasAssociations>
-<rich:tabPanel switchType="ajax">
+<rich:tabPanel switchType="client">
 </#if>
 <#foreach property in pojo.allPropertiesIterator>
 <#if isToOne(property)>

Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/view/view.xhtml.ftl
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/view/view.xhtml.ftl	2012-06-11 19:44:59 UTC (rev 14908)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/view/view.xhtml.ftl	2012-06-12 13:34:40 UTC (rev 14909)
@@ -47,7 +47,7 @@
 </#foreach>
 
 <#if hasAssociations>
-    <rich:tabPanel switchType="ajax">
+    <rich:tabPanel switchType="client">
 </#if>
 <#foreach property in pojo.allPropertiesIterator>
 <#if isToOne(property)>



More information about the seam-commits mailing list