CVS: Tapestry/junit/context6 README,NONE,1.1.2.1 Three.html,NONE,1.1.2.1 Four.html,NONE,1.1.2.1 Home.html,NONE,1.1.2.1 Two.html,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/junit/context6
In directory sc8-pr-cvs1:/tmp/cvs-serv9155/junit/context6

Added Files:
      Tag: hship-2-3
	README Three.html Four.html Home.html Two.html 
Log Message:
Automatically register components as page listeners if they implement necessary interfaces
Major rework on page property persistance
[ 653358 ] IPage.getName() == qualified name
[ 608768 ] Changes saved AFTER IPage.detach()

--- NEW FILE: README ---
This context contains an application used to test the storage of persistant properties
in pages and components.
--- NEW FILE: Three.html ---
<html jwcid="@Shell" title="Peristant EJB Property">
<body jwcid="@Body">


EJB is <span jwcid="@Insert" value="[[ ejb == null ? &quot;null&quot; : ejb ]]"/>

<p>
<a href="#" jwcid="@DirectLink" listener="[[ listeners.create ]]">Create EJB.</a>

<p>
<a href="#" jwcid="@DirectLink" listener="[[ listeners.discard ]]">Disard page changes.</a>

</body>
</html>
--- NEW FILE: Four.html ---
<html jwcid="@Shell" title="Property Types">
<body jwcid="@Body">

Boolean value: <span jwcid="@Insert" value="[[ booleanValue ]]"/>
<br>
Byte value: <span jwcid="@Insert" value="[[ byteValue ]]"/>
<br>
Char value: [<span jwcid="@Insert" value="[[ charValue ]]"/>]
<br>
Short value: <span jwcid="@Insert" value="[[ shortValue ]]"/>
<br>
Long value: <span jwcid="@Insert" value="[[ longValue ]]"/>
<br>
Float value: <span jwcid="@Insert" value="[[ floatValue ]]"/>
<br>
Double value: <span jwcid="@Insert" value="[[ doubleValue ]]"/>

<a href="#" jwcid="@DirectLink" listener="[[ listeners.change ]]">Change values.</a>

</body>
</html>
--- NEW FILE: Home.html ---
<html jwcid="@Shell" title="Peristant Page Property">
<body jwcid="@Body">


Active page names: <span jwcid="@Insert" value="[[ engine.activePageNames ]]"/>

<br>

Message: <span jwcid="@Insert" value="[[ message ]]"/>

<p>

<a href="#" jwcid="@DirectLink" listener="[[ listeners.updateMessage ]]">Change message.</a>

</body>
</html>
--- NEW FILE: Two.html ---
<html jwcid="@Shell" title="Peristant Component Property">
<body jwcid="@Body">


Active page names: <span jwcid="@Insert" value="[[ engine.activePageNames ]]"/>

<span jwcid="@Nested"/>

</body>
</html>


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