[Tapestry-commits] CVS: Tapestry/examples/Tutorial/src/tutorial/portal Portal.application,1.9,1.9.2.
Brought to you by:
hship
|
From: Howard L. S. <hs...@us...> - 2002-11-30 03:32:40
|
Update of /cvsroot/tapestry/Tapestry/examples/Tutorial/src/tutorial/portal
In directory sc8-pr-cvs1:/tmp/cvs-serv15202/examples/Tutorial/src/tutorial/portal
Modified Files:
Tag: hship-2-3
Portal.application Stocks.page Border.jwc
Log Message:
Move the Inspector into the contrib library.
Index: Portal.application
===================================================================
RCS file: /cvsroot/tapestry/Tapestry/examples/Tutorial/src/tutorial/portal/Portal.application,v
retrieving revision 1.9
retrieving revision 1.9.2.1
diff -C2 -d -r1.9 -r1.9.2.1
*** Portal.application 9 Aug 2002 11:54:40 -0000 1.9
--- Portal.application 30 Nov 2002 03:32:38 -0000 1.9.2.1
***************
*** 23,26 ****
<component-alias type="Portlet" specification-path="/tutorial/portal/Portlet.jwc"/>
!
</application>
--- 23,28 ----
<component-alias type="Portlet" specification-path="/tutorial/portal/Portlet.jwc"/>
!
! <library id="contrib" specification-path="/net/sf/tapestry/contrib/Contrib.library"/>
!
</application>
Index: Stocks.page
===================================================================
RCS file: /cvsroot/tapestry/Tapestry/examples/Tutorial/src/tutorial/portal/Stocks.page,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -C2 -d -r1.4 -r1.4.2.1
*** Stocks.page 5 Sep 2002 00:48:32 -0000 1.4
--- Stocks.page 30 Nov 2002 03:32:38 -0000 1.4.2.1
***************
*** 41,45 ****
<component id="form" type="Form">
<binding name="listener" expression="listeners.addStock"/>
! <field-binding name="direct" field-name="Boolean.FALSE"/>
<binding name="delegate" expression="beans.delegate"/>
</component>
--- 41,45 ----
<component id="form" type="Form">
<binding name="listener" expression="listeners.addStock"/>
! <binding name="direct" expression="false"/>
<binding name="delegate" expression="beans.delegate"/>
</component>
Index: Border.jwc
===================================================================
RCS file: /cvsroot/tapestry/Tapestry/examples/Tutorial/src/tutorial/portal/Border.jwc,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -C2 -d -r1.7 -r1.7.2.1
*** Border.jwc 30 Aug 2002 23:31:40 -0000 1.7
--- Border.jwc 30 Nov 2002 03:32:38 -0000 1.7.2.1
***************
*** 15,19 ****
<component id="body" type="Body"/>
<component id="renderBody" type="RenderBody"/>
! <component id="inspector" type="InspectorButton"/>
<component id="insertPageName" type="Insert">
--- 15,19 ----
<component id="body" type="Body"/>
<component id="renderBody" type="RenderBody"/>
! <component id="inspector" type="contrib:InspectorButton"/>
<component id="insertPageName" type="Insert">
|