[richfaces-svn-commits] JBoss Rich Faces SVN: r14506 - branches/community/3.3.X/framework/impl/src/main/java/org/richfaces/component.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Jun 4 12:55:49 EDT 2009


Author: Alex.Kolonitsky
Date: 2009-06-04 12:55:49 -0400 (Thu, 04 Jun 2009)
New Revision: 14506

Modified:
   branches/community/3.3.X/framework/impl/src/main/java/org/richfaces/component/UISwitchablePanel.java
Log:
tab: It's impossible navigate to the tab with switchType="ajax"
https://jira.jboss.org/jira/browse/RF-7292

Modified: branches/community/3.3.X/framework/impl/src/main/java/org/richfaces/component/UISwitchablePanel.java
===================================================================
--- branches/community/3.3.X/framework/impl/src/main/java/org/richfaces/component/UISwitchablePanel.java	2009-06-04 16:49:06 UTC (rev 14505)
+++ branches/community/3.3.X/framework/impl/src/main/java/org/richfaces/component/UISwitchablePanel.java	2009-06-04 16:55:49 UTC (rev 14506)
@@ -135,10 +135,9 @@
 				}
 				
 				if (AjaxRendererUtils.isAjaxRequest(facesContext) 
-				        && this.getSwitchType().equals(AJAX_METHOD)) {
+				        /* && this.getSwitchType().equals(AJAX_METHOD)*/) { // RF-7292 
 					
 				    AjaxRendererUtils.addRegionByName(facesContext, this, this.getId());
-					
 				}
 			}
 		} else /* component should throw IllegalArgumentException for unknown events - RF-30 */ {




More information about the richfaces-svn-commits mailing list