CVS: Tapestry/junit/context5/WEB-INF PageBlock.html,NONE,1.1.2.1 PageBlock.jwc,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/WEB-INF
In directory sc8-pr-cvs1:/tmp/cvs-serv29938/junit/context5/WEB-INF

Added Files:
      Tag: hship-2-3
	PageBlock.html PageBlock.jwc 
Log Message:
Revise statefulness checks in the action and direct services to be less intrusive.

--- NEW FILE: PageBlock.html ---
<!-- $Id: PageBlock.html,v 1.1.2.1 2002/12/19 12:27:00 hship Exp $ -->

<span jwcid="$content$">

<table border="1">
<tr>
<th><span jwcid="insertTitle">Title</span></th>
</tr>
<tr>
<th>Content from <span jwcid="@Insert" value="[[ targetPageName ]]">Some Page</span></th>
</tr>
<tr>
<td>

<span jwcid="@RenderBlock" block="[[ targetBlock ]]">

Block content.

</span>

</td>
</tr>
</table>


</span>

--- NEW FILE: PageBlock.jwc ---
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Id: PageBlock.jwc,v 1.1.2.1 2002/12/19 12:27:00 hship Exp $ -->
<!DOCTYPE component-specification PUBLIC
	"-//Howard Lewis Ship//Tapestry Specification 1.3//EN" 
	"http://tapestry.sf.net/dtd/Tapestry_1_3.dtd">
	
<component-specification class="net.sf.tapestry.junit.mock.c5.PageBlock" 
	allow-body="no" 
	allow-informal-parameters="no">	
	
	<parameter name="title" java-type="java.lang.String" required="yes"/>	
	
	<parameter name="page" java-type="java.lang.String" required="yes"
		direction="in" property-name="targetPageName"/>
		
	<parameter name="blockId" java-type="java.lang.String"
		direction="in" property-name="targetBlockId"/>
		
	<component id="insertTitle" type="Insert">
		<inherited-binding name="value" parameter-name="title"/>
	</component>
			
</component-specification>		


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