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