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)> _______________________________________________ seam-commits mailing list [email protected] https://lists.jboss.org/mailman/listinfo/seam-commits
