[seam-commits] Seam SVN: r14913 - branches/enterprise/WFK-2_0/jboss-seam-gen/dist/view.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Jun 14 08:23:49 EDT 2012


Author: manaRH
Date: 2012-06-14 08:23:49 -0400 (Thu, 14 Jun 2012)
New Revision: 14913

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

Modified: branches/enterprise/WFK-2_0/jboss-seam-gen/dist/view/edit.xhtml.ftl
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam-gen/dist/view/edit.xhtml.ftl	2012-06-14 11:35:25 UTC (rev 14912)
+++ branches/enterprise/WFK-2_0/jboss-seam-gen/dist/view/edit.xhtml.ftl	2012-06-14 12:23:49 UTC (rev 14913)
@@ -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/enterprise/WFK-2_0/jboss-seam-gen/dist/view/view.xhtml.ftl
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam-gen/dist/view/view.xhtml.ftl	2012-06-14 11:35:25 UTC (rev 14912)
+++ branches/enterprise/WFK-2_0/jboss-seam-gen/dist/view/view.xhtml.ftl	2012-06-14 12:23:49 UTC (rev 14913)
@@ -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