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

Gavin King gavin.king at jboss.com
Fri Jun 15 00:04:59 EDT 2007


  User: gavin   
  Date: 07/06/15 00:04:59

  Modified:    src/main/org/jboss/seam/pages  Page.java
  Log:
  oops
  
  Revision  Changes    Path
  1.22      +1 -1      jboss-seam/src/main/org/jboss/seam/pages/Page.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Page.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/pages/Page.java,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -b -r1.21 -r1.22
  --- Page.java	3 Jun 2007 20:54:23 -0000	1.21
  +++ Page.java	15 Jun 2007 04:04:58 -0000	1.22
  @@ -257,7 +257,7 @@
         
         for ( Input in: getInputs() ) in.in();
         
  -      if (eventType==null)
  +      if (eventType!=null)
         {
            Events.instance().raiseEvent(eventType);
         }
  
  
  



More information about the jboss-cvs-commits mailing list