You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by mi...@apache.org on 2005/07/06 09:01:36 UTC

cvs commit: jakarta-tapestry/contrib/src/java/org/apache/tapestry/contrib/inspector Inspector.page

mindbridge    2005/07/06 00:01:36

  Modified:    contrib/src/java/org/apache/tapestry/contrib/inspector
                        Inspector.page
  Log:
  Making the Inspector page work with the new changes
  
  Revision  Changes    Path
  1.5       +4 -4      jakarta-tapestry/contrib/src/java/org/apache/tapestry/contrib/inspector/Inspector.page
  
  Index: Inspector.page
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/contrib/src/java/org/apache/tapestry/contrib/inspector/Inspector.page,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Inspector.page	9 Jun 2005 18:39:18 -0000	1.4
  +++ Inspector.page	6 Jul 2005 07:01:35 -0000	1.5
  @@ -21,10 +21,10 @@
   	
   <page-specification class="org.apache.tapestry.contrib.inspector.Inspector">
   
  -  <property-specification name="view" persist="session" initial-value="@org.apache.tapestry.contrib.inspector.View@SPECIFICATION"/>
  -  <property-specification name="inspectedPageName" persist="session"/>
  -  <property-specification name="inspectedIdPath" persist="session"/>
  +  <property name="view" persist="session" initial-value="@org.apache.tapestry.contrib.inspector.View@SPECIFICATION"/>
  +  <property name="inspectedPageName" persist="session"/>
  +  <property name="inspectedIdPath" persist="session"/>
     
  -  <private-asset name="stylesheet" resource-path="Inspector.css"/>
  +  <asset name="stylesheet" path="Inspector.css"/>
   
   </page-specification>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org