CVS: Tapestry/examples/Tutorial/src/tutorial/border BorderEngine.java,1.7,1.7.2.1 Border.java,1.11,1.11.2.1

Howard Lewis Ship <[email protected]>
Newsgroups gmane.comp.java.tapestry.cvs
Message-ID <[email protected]>
Update of /cvsroot/tapestry/Tapestry/examples/Tutorial/src/tutorial/border
In directory sc8-pr-cvs1:/tmp/cvs-serv9155/examples/Tutorial/src/tutorial/border

Modified Files:
      Tag: hship-2-3
	BorderEngine.java Border.java 
Log Message:
Automatically register components as page listeners if they implement necessary interfaces
Major rework on page property persistance
[ 653358 ] IPage.getName() == qualified name
[ 608768 ] Changes saved AFTER IPage.detach()

Index: BorderEngine.java
===================================================================
RCS file: /cvsroot/tapestry/Tapestry/examples/Tutorial/src/tutorial/border/BorderEngine.java,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -C2 -d -r1.7 -r1.7.2.1
*** BorderEngine.java	27 Nov 2002 17:58:46 -0000	1.7
--- BorderEngine.java	30 Dec 2002 03:04:57 -0000	1.7.2.1
***************
*** 1,5 ****
  package tutorial.border;
  
! import net.sf.tapestry.engine.SimpleEngine;
  
  /**
--- 1,5 ----
  package tutorial.border;
  
! import net.sf.tapestry.engine.BaseEngine;
  
  /**
***************
*** 13,17 ****
   **/
  
! public class BorderEngine extends SimpleEngine
  {
      private static final String[] pageNames = { "Home", "Credo", "Legal" };
--- 13,17 ----
   **/
  
! public class BorderEngine extends BaseEngine
  {
      private static final String[] pageNames = { "Home", "Credo", "Legal" };

Index: Border.java
===================================================================
RCS file: /cvsroot/tapestry/Tapestry/examples/Tutorial/src/tutorial/border/Border.java,v
retrieving revision 1.11
retrieving revision 1.11.2.1
diff -C2 -d -r1.11 -r1.11.2.1
*** Border.java	27 Nov 2002 17:58:46 -0000	1.11
--- Border.java	30 Dec 2002 03:04:57 -0000	1.11.2.1
***************
*** 28,32 ****
      public boolean getDisablePageLink()
      {
!         return pageName.equals(getPage().getName());
      }
  }
--- 28,32 ----
      public boolean getDisablePageLink()
      {
!         return pageName.equals(getPage().getPageName());
      }
  }



-------------------------------------------------------
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.