[jboss-cvs] jboss-seam/src/main/org/jboss/seam/jsf ...

Gavin King gavin.king at jboss.com
Tue Oct 31 15:09:22 EST 2006


  User: gavin   
  Date: 06/10/31 15:09:22

  Modified:    src/main/org/jboss/seam/jsf  SeamNavigationHandler.java
  Log:
  introduced <page switch=disabled/>
  breaking changes to how conversation switching works
  fix a bug where destroy methods caused an exception in ManagedEntityIdentityInterceptor
  
  Revision  Changes    Path
  1.16      +0 -1      jboss-seam/src/main/org/jboss/seam/jsf/SeamNavigationHandler.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SeamNavigationHandler.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/jsf/SeamNavigationHandler.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- SeamNavigationHandler.java	19 May 2006 23:53:15 -0000	1.15
  +++ SeamNavigationHandler.java	31 Oct 2006 20:09:22 -0000	1.16
  @@ -18,7 +18,6 @@
   
      @Override
      public void handleNavigation(FacesContext context, String fromAction, String outcome) {
  -      //if ( !"org.jboss.seam.switch".equals(outcome) ) 
         if ( !context.getResponseComplete() ) //workaround for a bug in MyFaces
         {
            boolean outcomeIsViewId = outcome!=null && outcome.startsWith("/");
  
  
  



More information about the jboss-cvs-commits mailing list