CVS: Tapestry/junit/context5 DirectLinkHolder.html,NONE,1.1.2.1 FormHolder.html,NONE,1.1.2.1 ActionLinkHolder.html,NONE,1.1.2.1 Home.html,NONE,1.1.2.1 README,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/context5
In directory sc8-pr-cvs1:/tmp/cvs-serv29938/junit/context5

Added Files:
      Tag: hship-2-3
	DirectLinkHolder.html FormHolder.html ActionLinkHolder.html 
	Home.html README 
Log Message:
Revise statefulness checks in the action and direct services to be less intrusive.

--- NEW FILE: DirectLinkHolder.html ---
<!-- $Id: DirectLinkHolder.html,v 1.1.2.1 2002/12/19 12:26:59 hship Exp $ -->


<span jwcid="block@Block">

<span jwcid="@Conditional" condition="[[ visit.directLinkTriggered ]]">
DirectLink HAS been triggered.
</span>

<span jwcid="@Conditional" condition="[[ ! visit.directLinkTriggered ]]">
DirectLink HAS NOT been triggered.
</span>

<p>

<a jwcid="@DirectLink" listener="[[ visit.listeners.directTrigger ]]">Click to Trigger</a>


</span>
--- NEW FILE: FormHolder.html ---
<!-- $Id: FormHolder.html,v 1.1.2.1 2002/12/19 12:26:59 hship Exp $ -->


<span jwcid="block@Block">

<span jwcid="@Conditional" condition="[[ visit.formTriggered ]]">
Form HAS been triggered.
</span>

<span jwcid="@Conditional" condition="[[ ! visit.formTriggered ]]">
Form HAS NOT been triggered.
</span>

<p>

<form jwcid="@Form">

<input type="submit" jwcid="@Submit" label="Trigger" listener="[[ visit.listeners.formTrigger ]]"/>

</form>


</span>
--- NEW FILE: ActionLinkHolder.html ---
<!-- $Id: ActionLinkHolder.html,v 1.1.2.1 2002/12/19 12:26:59 hship Exp $ -->


<span jwcid="block@Block">

<span jwcid="@Conditional" condition="[[ visit.actionLinkTriggered ]]">
ActionLink HAS been triggered.
</span>

<span jwcid="@Conditional" condition="[[ ! visit.actionLinkTriggered ]]">
ActionLink HAS NOT been triggered.
</span>

<p>

<a jwcid="@ActionLink" listener="[[ visit.listeners.actionTrigger ]]">Click to Trigger</a>


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


<span jwcid="@PageBlock" title="Direct Link" page="DirectLinkHolder"/>

<span jwcid="@PageBlock" title="Action Link" page="ActionLinkHolder"/>

<span jwcid="@PageBlock" title="Form (using direct service)" page="FormHolder"/>

</body>

</html>
--- NEW FILE: README ---
This context contains an application used to test the use of Block and InsertBlock, especially
in terms of the action and direct services for components dragged in from a foreign page
by a block.


-------------------------------------------------------
This SF.NET email is sponsored by: Geek Gift Procrastinating?
Get the perfect geek gift now!  Before the Holidays pass you by.
T H I N K G E E K . C O M      http://www.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.