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

Gavin King gavin.king at jboss.com
Mon May 28 22:56:43 EDT 2007


  User: gavin   
  Date: 07/05/28 22:56:43

  Modified:    src/main/org/jboss/seam/core  Pages.java
  Log:
  comment
  
  Revision  Changes    Path
  1.116     +3 -0      jboss-seam/src/main/org/jboss/seam/core/Pages.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Pages.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/Pages.java,v
  retrieving revision 1.115
  retrieving revision 1.116
  diff -u -b -r1.115 -r1.116
  --- Pages.java	19 May 2007 16:44:52 -0000	1.115
  +++ Pages.java	29 May 2007 02:56:42 -0000	1.116
  @@ -326,6 +326,9 @@
         {
            Pages.instance().applyViewRootValues(facesContext);
         }
  +      //absolutely have to do this, otherwise we get
  +      //some wierd behavior with back buttons, since
  +      //params on a h:commandLink will get ignored
         Pages.instance().applyRequestParameterValues(facesContext);
      }
      
  
  
  



More information about the jboss-cvs-commits mailing list