CVS: TapestryBook/examples/context/WEB-INF UploadResults.page,NONE,1.1 Dates2.page,NONE,1.1 Upload.page,NONE,1.1

Howard Lewis Ship <[email protected]> Mon, 03 Mar 2003 17:13:13 -0800
Newsgroups gmane.comp.java.tapestry.cvs
Message-ID <[email protected]>
Update of /cvsroot/tapestry/TapestryBook/examples/context/WEB-INF
In directory sc8-pr-cvs1:/tmp/cvs-serv3222/examples/context/WEB-INF

Added Files:
	UploadResults.page Dates2.page Upload.page 
Log Message:
Add new examples for Upload and DatePicker.

--- NEW FILE: UploadResults.page ---
<?xml version="1.0"?>
<!-- $Id: UploadResults.page,v 1.1 2003/03/04 01:13:11 hship Exp $ -->
<!DOCTYPE page-specification PUBLIC 
	"-//Apache Software Foundation//Tapestry Specification 1.4//EN" 
	"http://jakarta.apache.org/tapestry/dtd/Tapestry_1_4.dtd">

<page-specification class="examples.upload.UploadResults">

  <property-specification name="file" type="net.sf.tapestry.IUploadFile"/>

</page-specification>
--- NEW FILE: Dates2.page ---
<?xml version="1.0"?>
<!-- $Id: Dates2.page,v 1.1 2003/03/04 01:13:11 hship Exp $ -->
<!DOCTYPE page-specification PUBLIC 
	"-//Apache Software Foundation//Tapestry Specification 1.4//EN" 
	"http://jakarta.apache.org/tapestry/dtd/Tapestry_1_4.dtd">

<page-specification class="examples.dates.Dates2">

  <bean name="delegate" class="examples.register.RegisterDelegate"/>

  <property-specification name="startDate" type="java.util.Date"/>
  <property-specification name="endDate" type="java.util.Date"/>

  <component id="inputStart" type="DatePicker">
    <binding name="value" expression="startDate"/>	
  </component>

  <component id="inputEnd" type="DatePicker">
  	<binding name="value" expression="endDate"/>
  </component>
  
  <context-asset name="stylesheet" path="css/style.css"/>
  
</page-specification>
--- NEW FILE: Upload.page ---
<?xml version="1.0"?>
<!-- $Id: Upload.page,v 1.1 2003/03/04 01:13:11 hship Exp $ -->
<!DOCTYPE page-specification PUBLIC 
	"-//Apache Software Foundation//Tapestry Specification 1.4//EN" 
	"http://jakarta.apache.org/tapestry/dtd/Tapestry_1_4.dtd">

<page-specification class="examples.upload.Upload">

  <property-specification name="file" type="net.sf.tapestry.IUploadFile"/>

</page-specification>


-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com