CVS: Tapestry/framework/src/net/sf/tapestry/html Shell.java,1.13.2.1,1.13.2.2

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/html
In directory sc8-pr-cvs1:/tmp/cvs-serv9155/framework/src/net/sf/tapestry/html

Modified Files:
      Tag: hship-2-3
	Shell.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: Shell.java
===================================================================
RCS file: /cvsroot/tapestry/Tapestry/framework/src/net/sf/tapestry/html/Shell.java,v
retrieving revision 1.13.2.1
retrieving revision 1.13.2.2
diff -C2 -d -r1.13.2.1 -r1.13.2.2
*** Shell.java	4 Dec 2002 03:31:56 -0000	1.13.2.1
--- Shell.java	30 Dec 2002 03:04:56 -0000	1.13.2.2
***************
*** 65,69 ****
              writer.comment("Application: " + page.getEngine().getSpecification().getName());
  
!             writer.comment("Page: " + page.getName());
              writer.comment("Generated: " + new Date());
  
--- 65,69 ----
              writer.comment("Application: " + page.getEngine().getSpecification().getName());
  
!             writer.comment("Page: " + page.getPageName());
              writer.comment("Generated: " + new Date());
  
***************
*** 126,130 ****
  
          IEngineService pageService = cycle.getEngine().getService(IEngineService.PAGE_SERVICE);
!         String pageName = getPage().getName();
  
          Gesture g = pageService.buildGesture(cycle, null, new String[] { pageName });
--- 126,130 ----
  
          IEngineService pageService = cycle.getEngine().getService(IEngineService.PAGE_SERVICE);
!         String pageName = getPage().getPageName();
  
          Gesture g = pageService.buildGesture(cycle, null, new String[] { pageName });



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