CVS: Tapestry/examples/Vlib/src/net/sf/tapestry/vlib/components Border.java,1.9,1.9.2.1

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

Modified Files:
      Tag: hship-2-3
	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: Border.java
===================================================================
RCS file: /cvsroot/tapestry/Tapestry/examples/Vlib/src/net/sf/tapestry/vlib/components/Border.java,v
retrieving revision 1.9
retrieving revision 1.9.2.1
diff -C2 -d -r1.9 -r1.9.2.1
*** Border.java	27 Nov 2002 17:58:53 -0000	1.9
--- Border.java	30 Dec 2002 03:05:00 -0000	1.9.2.1
***************
*** 166,170 ****
      public boolean getShowSlash()
      {
!         return !getPage().getName().equals("MyLibrary");
      }
  
--- 166,170 ----
      public boolean getShowSlash()
      {
!         return !getPage().getPageName().equals("MyLibrary");
      }
  
***************
*** 216,220 ****
          if (_subheader == null)
          {
!             String name = "header_" + getPage().getName();
  
              _subheader = getAsset(name);
--- 216,220 ----
          if (_subheader == null)
          {
!             String name = "header_" + getPage().getPageName();
  
              _subheader = getAsset(name);



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