CVS: Tapestry/framework/src/net/sf/tapestry BaseComponent.java,1.15.2.2,1.15.2.3

Howard Lewis Ship <[email protected]>
Newsgroups gmane.comp.java.tapestry.cvs
Message-ID <[email protected]>
Update of /cvsroot/tapestry/Tapestry/framework/src/net/sf/tapestry
In directory sc8-pr-cvs1:/tmp/cvs-serv7739/framework/src/net/sf/tapestry

Modified Files:
      Tag: hship-2-3
	BaseComponent.java 
Log Message:
Fix bug which prevented automatic registration of page event listeners.

Index: BaseComponent.java
===================================================================
RCS file: /cvsroot/tapestry/Tapestry/framework/src/net/sf/tapestry/BaseComponent.java,v
retrieving revision 1.15.2.2
retrieving revision 1.15.2.3
diff -C2 -d -r1.15.2.2 -r1.15.2.3
*** BaseComponent.java	1 Dec 2002 21:43:11 -0000	1.15.2.2
--- BaseComponent.java	31 Dec 2002 12:18:48 -0000	1.15.2.3
***************
*** 107,112 ****
  
      /**
!      *  Loads the template for the component, and invokes
!      *  {@link #finishLoad()}.  Subclasses must invoke this method first,
       *  before adding any additional behavior, though its usually
       *  simpler to override {@link #finishLoad()} instead.
--- 107,113 ----
  
      /**
!      *  Loads the template for the component, then invokes
!      *  {@link AbstractComponent#finishLoad(IRequestCycle, IPageLoader, ComponentSpecification))}.  
!      *  Subclasses must invoke this method first,
       *  before adding any additional behavior, though its usually
       *  simpler to override {@link #finishLoad()} instead.
***************
*** 119,123 ****
          readTemplate(cycle, loader);
  
!         finishLoad();
      }
  }
--- 120,124 ----
          readTemplate(cycle, loader);
  
!         super.finishLoad(cycle, loader, specification);
      }
  }



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.