CVS: Tapestry/examples/Tutorial/context/WEB-INF/workbench PaletteResults.page,1.1.2.1,1.1.2.2

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/workbench
In directory sc8-pr-cvs1:/tmp/cvs-serv15354/examples/Tutorial/context/WEB-INF/workbench

Modified Files:
      Tag: hship-2-3
	PaletteResults.page 
Log Message:
Fix error in PaletteResults page.

Index: PaletteResults.page
===================================================================
RCS file: /cvsroot/tapestry/Tapestry/examples/Tutorial/context/WEB-INF/workbench/Attic/PaletteResults.page,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** PaletteResults.page	2 Jan 2003 03:15:24 -0000	1.1.2.1
--- PaletteResults.page	2 Jan 2003 13:24:15 -0000	1.1.2.2
***************
*** 1 ****
! <?xml version="1.0"?>
<!-- $Id$ -->
<!DOCTYPE page-specification PUBLIC 
	"-//Howard Lewis Ship//Tapestry Specification 1.3//EN"
	"http://tapestry.sf.net/dtd/Tapestry_1_3.dtd">
	
<page-specification class="tutorial.workbench.palette.PaletteResults">
  
  <component id="loop" type="Foreach">
  	<static-binding name="element" value="li"/>
  	<binding name="source" expression="selectedColors"/>
  </component>
  
  <component id="insertColor" type="Insert">
  	<binding name="value" expression="components.loop.value"/>
  </component>
  
  <component id="ifNone" type="Conditional">
  	<binding name="condition" expression="selectedColors"/>
  	<binding name="invert" expression="true"/>
  </component>
  
  <component id="back" type="PageLink">
  	<static-binding name="page" value="Palette"/>
  </component>
  
  <component id="backRollover" type="Rollover">
    <binding name="image" expression="assets.back"/>
    <binding name="focus" expression="assets.backFocus"/>
  </component>
  
  <context-asset name="back" path="images/Back.gif"/>
  <context-asset name="backFocus" path="images/Back-focus.gif"/>
  
</page-specification>
--- 1 ----
! <?xml version="1.0"?>
<!-- $Id$ -->
<!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.workbench.palette.PaletteResults">
  
  <component id="loop" type="Foreach">
  	<static-binding name="element" value="li"/>
  	<binding name="source" expression="selectedColors"/>
  </component>
  
  <component id="insertColor" type="Insert">
  	<binding name="value" expression="components.loop.value"/>
  </component>
  
  <component id="ifNone" type="Conditional">
  	<binding name="condition" expression="selectedColors"/>
  	<binding name="invert" expression="true"/>
  </component>
  
  <component id="back" type="PageLink">
  	<static-binding name="page" value="Palette"/>
  </component>
  
  <component id="backRollover" type="Rollover">
    <binding name="image" expression="assets.back"/>
    <binding name="focus" expression="assets.backFocus"/>
  </component>
  
  <context-asset name="back" path="images/Back.gif"/>
  <context-asset name="backFocus" path="images/Back-focus.gif"/>
  
</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.