CVS: Tapestry/examples/Tutorial/context/WEB-INF/hangman Home.page,NONE,1.1.2.1 Guess.page,NONE,1.1.2.1

Howard Lewis Ship <[email protected]>
Newsgroups gmane.comp.java.tapestry.cvs
Message-ID <[email protected]>
Update of /cvsroot/tapestry/Tapestry/examples/Tutorial/context/WEB-INF/hangman
In directory sc8-pr-cvs1:/tmp/cvs-serv10583/examples/Tutorial/context/WEB-INF/hangman

Added Files:
      Tag: hship-2-3
	Home.page Guess.page 
Log Message:
Reorganize the tutorials to use new 2.4 features.

--- NEW FILE: Home.page ---
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Id: Home.page,v 1.1.2.1 2003/01/02 03:15:27 hship Exp $ -->
<!DOCTYPE page-specification PUBLIC 
	"-//Howard Lewis Ship//Tapestry Specification 1.4//EN" 
	"http://tapestry.sf.net/dtd/Tapestry_1_4.dtd">

<page-specification class="tutorial.hangman.Home"/> 

--- NEW FILE: Guess.page ---
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Id: Guess.page,v 1.1.2.1 2003/01/02 03:15:27 hship Exp $ -->
<!DOCTYPE page-specification PUBLIC 
	"-//Howard Lewis Ship//Tapestry Specification 1.4//EN" 
	"http://tapestry.sf.net/dtd/Tapestry_1_4.dtd">

<page-specification class="tutorial.hangman.Guess">

  <component id="e" type="Foreach">
    <binding name="source" expression="unused"/>
  </component>
  
  <component id="guess" type="DirectLink">
    <binding name="listener" expression="listeners.makeGuess"/>
    <binding name="parameters" expression="components.e.value"/>
  </component>
  
</page-specification>



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